I'm working on writing my first maven plugin, and I would like to use TestNG for my integration testing. I have looked at maven-plugin-testing-harness, but it depends on JUnit 3.8.1 and provides an AbstractMojoTestCase class which must be extended. I just want to use TestNG for test groups and data-driven testing... I don't want to go back in time to the "old" days of JUnit 3!Does anyone have advice or experience using TestNG as the framework for maven plugin tests?-Dave--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to testng-users...@googlegroups.com.
To post to this group, send email to testng...@googlegroups.com.
Visit this group at http://groups.google.com/group/testng-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Dave,
I don't have much experience writing Maven plugins, much less testing
them, but maybe someone else on the list does?
--
Cédric
--
Cédric
On Fri, May 24, 2013 at 12:05 AM, Dave Joyce <david....@gmail.com
<mailto:david....@gmail.com>> wrote:
I'm working on writing my first maven plugin, and I would like to
use TestNG for my integration testing. I have looked at
maven-plugin-testing-harness
but it depends on JUnit 3.8.1 and provides an AbstractMojoTestCase
class which must be extended. I just want to use TestNG for test
groups and data-driven testing... I don't want to go back in time
to the "old" days of JUnit 3!
Does anyone have advice or experience using TestNG as the
framework for maven plugin tests?
-Dave
--
You received this message because you are subscribed to the Google
Groups "testng-users" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to testng-users...@googlegroups.com
<mailto:testng-users%2Bunsu...@googlegroups.com>.
To post to this group, send email to testng...@googlegroups.com
<mailto:testng...@googlegroups.com>.