[ANN] TestNG-J 0.3.4 - Another build, another reason not to use JUnit
Published: 10:05 PM GMT+12, Thursday, 11 May 2006 under:
technology
testing java agile testng extremeprogramming
testing java agile testng extremeprogramming
Just pushed out TestNG-J 0.3.4 to the IntelliJ IDEA Plugin Repository with the following changes:
- Now picking up the language level again properly so that 1.4/javadoc classes are tested
- Before when "package.. in project" was used the source/output directories of the last selected module was used - now ALL module source/output directories are included/scanned.
- Initial support for converting JUnit 4 annotated tests to TestNG annotated tests (see below)
With the new JUnit4 conversion - @Test, @Before, @BeforeClass, @After, and @AfterClass annotations are being converted to the respective TestNG annotations.
Feedback with problems and improvements welcome...