What are good patterns or supporting fixtures to write unit tests for Maven plugins?
Posted
by Ian Dickinson
on Stack Overflow
See other posts from Stack Overflow
or by Ian Dickinson
Published on 2010-03-24T10:24:32Z
Indexed on
2010/03/25
16:33 UTC
Read the original article
Hit count: 214
I'm developing a Maven plugin, and I realise I'm not sure how to write unit tests for it since I don't know how to exercise the functionality of the plugin except by just running Maven. How have other Maven plugin developers managed testing of their code?
© Stack Overflow or respective owner