History log of /external/testng/src/test/java/test/junit4/JUnit4SampleSuite.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/junit4/JUnit4SampleSuite.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/junit4/JUnit4SampleSuite.java