History log of /external/testng/src/main/java/org/testng/junit/JUnit4TestRecognizer.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2932bb81300c543503ffe382f39dd6d92016b8e2 13-Mar-2012 Lukas Jungmann <lukas.jungmann@gmail.com> Improved handling of JUnit tests + some basic tests for the JUnit exec support
/external/testng/src/main/java/org/testng/junit/JUnit4TestRecognizer.java
1876355ae9a570f93b2222d9d03599712d732ca1 01-Feb-2012 Lukas Jungmann <lukas.jungmann@gmail.com> initial version of mixed mode for TestNG:

-added '-mixed' cmd line switch and mode="TESTNG|JUNIT|MIXED" ant task attribute

-when this mode is selected and some version of JUnit is found on the classpath then TestNG tries to automatically recognize the type of test and run it using appropriate test runner (testng for testng, junitcore for junit4/3 - if junit4 is found or junit 3 runner - if only junit3 is found)

-improved test results reporting for invoked JUnit tests
/external/testng/src/main/java/org/testng/junit/JUnit4TestRecognizer.java