Package de.hybris.platform.test
Class HybrisJunit4ClassRunnerTest.TestRunListener4
java.lang.Object
org.junit.runner.notification.RunListener
de.hybris.platform.test.HybrisJunit4ClassRunnerTest.TestRunListener4
- Enclosing class:
- HybrisJunit4ClassRunnerTest
public static class HybrisJunit4ClassRunnerTest.TestRunListener4
extends org.junit.runner.notification.RunListener
-
Nested Class Summary
Nested classes/interfaces inherited from class org.junit.runner.notification.RunListener
org.junit.runner.notification.RunListener.ThreadSafe -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtestFinished(org.junit.runner.Description description) voidtestRunFinished(org.junit.runner.Result result) voidtestRunStarted(org.junit.runner.Description description) voidtestStarted(org.junit.runner.Description description) Methods inherited from class org.junit.runner.notification.RunListener
testAssumptionFailure, testFailure, testIgnored, testSuiteFinished, testSuiteStarted
-
Field Details
-
events
-
-
Constructor Details
-
TestRunListener4
public TestRunListener4()
-
-
Method Details
-
testRunStarted
- Overrides:
testRunStartedin classorg.junit.runner.notification.RunListener- Throws:
Exception
-
testRunFinished
- Overrides:
testRunFinishedin classorg.junit.runner.notification.RunListener- Throws:
Exception
-
testStarted
- Overrides:
testStartedin classorg.junit.runner.notification.RunListener- Throws:
Exception
-
testFinished
- Overrides:
testFinishedin classorg.junit.runner.notification.RunListener- Throws:
Exception
-