History log of /external/testng/src/main/java/org/testng/junit/JUnit3TestMethod.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
543fc9c31b480321eb66045a688f10bd2dfa59c0 04-Feb-2012 Lukas Jungmann <lukas.jungmann@gmail.com> typo
/external/testng/src/main/java/org/testng/junit/JUnit3TestMethod.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/JUnit3TestMethod.java