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 voidtestFailure(org.junit.runner.notification.Failure failure)voidtestFinished(org.junit.runner.Description description)voidtestIgnored(org.junit.runner.Description description)voidtestStarted(org.junit.runner.Description description)
-
-
-
Method Detail
-
testStarted
public void testStarted(org.junit.runner.Description description)
- Overrides:
testStartedin classorg.junit.runner.notification.RunListener
-
testFinished
public void testFinished(org.junit.runner.Description description)
- Overrides:
testFinishedin classorg.junit.runner.notification.RunListener
-
testFailure
public void testFailure(org.junit.runner.notification.Failure failure)
- Overrides:
testFailurein classorg.junit.runner.notification.RunListener
-
testIgnored
public void testIgnored(org.junit.runner.Description description)
- Overrides:
testIgnoredin classorg.junit.runner.notification.RunListener
-
-