Class BridgeJUnitTestRunner.BridgeRunListener
Object
org.junit.runner.notification.RunListener
com.liferay.portal.kernel.test.junit.BridgeJUnitTestRunner.BridgeRunListener
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BridgeJUnitTestRunner
public static class BridgeJUnitTestRunner.BridgeRunListener
extends org.junit.runner.notification.RunListener
implements Serializable
- See Also:
-
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 TypeMethodDescriptionprotected void
void
testAssumptionFailure
(org.junit.runner.notification.Failure failure) void
testFailure
(org.junit.runner.notification.Failure failure) void
testFinished
(org.junit.runner.Description description) void
testIgnored
(org.junit.runner.Description description) void
testRunFinished
(org.junit.runner.Result result) void
testRunStarted
(org.junit.runner.Description description) void
testStarted
(org.junit.runner.Description description) Methods inherited from class org.junit.runner.notification.RunListener
testSuiteFinished, testSuiteStarted
-
Field Details
-
testClass
-
-
Constructor Details
-
BridgeRunListener
-
-
Method Details
-
testAssumptionFailure
public void testAssumptionFailure(org.junit.runner.notification.Failure failure) - Overrides:
testAssumptionFailure
in classorg.junit.runner.notification.RunListener
-
testFailure
public void testFailure(org.junit.runner.notification.Failure failure) - Overrides:
testFailure
in classorg.junit.runner.notification.RunListener
-
testFinished
public void testFinished(org.junit.runner.Description description) - Overrides:
testFinished
in classorg.junit.runner.notification.RunListener
-
testIgnored
public void testIgnored(org.junit.runner.Description description) - Overrides:
testIgnored
in classorg.junit.runner.notification.RunListener
-
testRunFinished
public void testRunFinished(org.junit.runner.Result result) - Overrides:
testRunFinished
in classorg.junit.runner.notification.RunListener
-
testRunStarted
public void testRunStarted(org.junit.runner.Description description) - Overrides:
testRunStarted
in classorg.junit.runner.notification.RunListener
-
testStarted
public void testStarted(org.junit.runner.Description description) - Overrides:
testStarted
in classorg.junit.runner.notification.RunListener
-
bridge
-