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
|