public class PrintCurrentTestListener
extends org.junit.runner.notification.RunListener
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> <version>2.20.1</version> <configuration> <properties>; <property> <name>listener</name> <value>org.mockserver.test.PrintCurrentTestListener</value> </property> </properties> </configuration> <executions> <execution> <goals> <goal>integration-test</goal> <goal>verify</goal> </goals> </execution> </executions> </plugin>
Constructor and Description |
---|
PrintCurrentTestListener() |
Modifier and Type | Method and 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) |
public void testRunStarted(org.junit.runner.Description description)
testRunStarted
in class org.junit.runner.notification.RunListener
public void testStarted(org.junit.runner.Description description)
testStarted
in class org.junit.runner.notification.RunListener
public void testFinished(org.junit.runner.Description description)
testFinished
in class org.junit.runner.notification.RunListener
public void testFailure(org.junit.runner.notification.Failure failure)
testFailure
in class org.junit.runner.notification.RunListener
public void testAssumptionFailure(org.junit.runner.notification.Failure failure)
testAssumptionFailure
in class org.junit.runner.notification.RunListener
public void testIgnored(org.junit.runner.Description description)
testIgnored
in class org.junit.runner.notification.RunListener
public void testRunFinished(org.junit.runner.Result result)
testRunFinished
in class org.junit.runner.notification.RunListener
Copyright © 2018. All rights reserved.