History log of /external/testng/src/main/java/org/testng/junit/JUnitTestMethod.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
10749d45726849381f4ff7384ef7154cec5299d4 25-Jan-2015 jdillet <jdillet@ada> Initial commit for reporting JUnit Parameterized tests
/external/testng/src/main/java/org/testng/junit/JUnitTestMethod.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/JUnitTestMethod.java