History log of /external/testng/src/test/java/test/JUnit4Test.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/test/java/test/JUnit4Test.java
273426adec7bf37d0b8f55f1ab89db8363ca9f84 29-Mar-2014 Vladislav Rassokhin <vladislav.rassokhin@jetbrains.com> testng-496 org.testng.junit.JUnit4TestRunner handles testAssumptionFailure as a failure but it should be ignored
Report test as skip.
Also report as skip from #testFailure with AssumptionViolatedException as failure exception
Remove unnecessary super calls. (RunListener is special not-implementation class)
Fix bug when test with assumption failure reported also as passed.
Add test for this case.
/external/testng/src/test/java/test/JUnit4Test.java
8a8d46efcfe0c07312a9a2038ce69e7e3e25dbb6 13-Mar-2012 Lukas Jungmann <lukas.jungmann@gmail.com> remove debug statement from test
/external/testng/src/test/java/test/JUnit4Test.java
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/test/java/test/JUnit4Test.java