History log of /external/testng/src/main/java/org/testng/junit/JUnitTestClass.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1beb6e0941928f27f5a8068680e2c0c963c227a8 31-Oct-2015 Julien Herr <julien@herr.fr> Fix tests except ParallelTestTest
/external/testng/src/main/java/org/testng/junit/JUnitTestClass.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/JUnitTestClass.java