Package org.mockserver.test
Class PrintOutCurrentTestRunListener
- java.lang.Object
-
- org.junit.runner.notification.RunListener
-
- org.mockserver.test.PrintOutCurrentTestRunListener
-
public class PrintOutCurrentTestRunListener extends org.junit.runner.notification.RunListener
-
-
Constructor Summary
Constructors Constructor Description PrintOutCurrentTestRunListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testFailure(org.junit.runner.notification.Failure failure)
void
testFinished(org.junit.runner.Description description)
void
testIgnored(org.junit.runner.Description description)
void
testStarted(org.junit.runner.Description description)
-
-
-
Method Detail
-
testStarted
public void testStarted(org.junit.runner.Description description)
- Overrides:
testStarted
in classorg.junit.runner.notification.RunListener
-
testFinished
public void testFinished(org.junit.runner.Description description)
- Overrides:
testFinished
in classorg.junit.runner.notification.RunListener
-
testFailure
public void testFailure(org.junit.runner.notification.Failure failure)
- Overrides:
testFailure
in classorg.junit.runner.notification.RunListener
-
testIgnored
public void testIgnored(org.junit.runner.Description description)
- Overrides:
testIgnored
in classorg.junit.runner.notification.RunListener
-
-