[Codenarc-developer] CodeNarc tests and framework - JUnit 4
Brought to you by:
chrismair
From: Chris M. <chr...@ea...> - 2012-10-26 00:41:02
|
Feature request #3578909 <https://sourceforge.net/tracker/?func=detail&aid=3578909&group_id=250145&at id=1126575> , which requested that the CodeNarc test framework be moved into the main CodeNarc distribution jar has been completed. That includes: . Move test framework classes into src/main/groovy and include in distribution jar. . Upgrade tests and test framework to JUnit 4 . Move helper methods from AbstractTestCase into new TestUtil class (potentially reusable within other test frameworks, e.g. Spock) Chris |