Package org.testng.junit
Class JUnit4TestRunner.RL
java.lang.Object
org.junit.runner.notification.RunListener
org.testng.junit.JUnit4TestRunner.RL
- Enclosing class:
- JUnit4TestRunner
private class JUnit4TestRunner.RL
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 TypeMethodDescriptionprivate void
private String
stringify
(org.junit.runner.Description description) 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) private void
validate
(ITestResult tr, org.junit.runner.Description description) Methods inherited from class org.junit.runner.notification.RunListener
testSuiteFinished, testSuiteStarted
-
Field Details
-
notified
-
-
Constructor Details
-
RL
private RL()
-
-
Method Details
-
testAssumptionFailure
public void testAssumptionFailure(org.junit.runner.notification.Failure failure) - Overrides:
testAssumptionFailure
in classorg.junit.runner.notification.RunListener
-
testFailure
- Overrides:
testFailure
in classorg.junit.runner.notification.RunListener
- Throws:
Exception
-
testFinished
- Overrides:
testFinished
in classorg.junit.runner.notification.RunListener
- Throws:
Exception
-
testIgnored
- Overrides:
testIgnored
in classorg.junit.runner.notification.RunListener
- Throws:
Exception
-
testRunFinished
- Overrides:
testRunFinished
in classorg.junit.runner.notification.RunListener
- Throws:
Exception
-
testRunStarted
- Overrides:
testRunStarted
in classorg.junit.runner.notification.RunListener
- Throws:
Exception
-
testStarted
- Overrides:
testStarted
in classorg.junit.runner.notification.RunListener
- Throws:
Exception
-
runAfterInvocationListeners
-
validate
-
stringify
-