Class PrintCurrentTestListener


  • 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 Detail

      • PrintCurrentTestListener

        public PrintCurrentTestListener()
    • Method Detail

      • testRunStarted

        public void testRunStarted​(org.junit.runner.Description description)
        Overrides:
        testRunStarted in class org.junit.runner.notification.RunListener
      • testStarted

        public void testStarted​(org.junit.runner.Description description)
        Overrides:
        testStarted in class org.junit.runner.notification.RunListener
      • testFinished

        public void testFinished​(org.junit.runner.Description description)
        Overrides:
        testFinished in class org.junit.runner.notification.RunListener
      • testFailure

        public void testFailure​(org.junit.runner.notification.Failure failure)
        Overrides:
        testFailure in class org.junit.runner.notification.RunListener
      • testAssumptionFailure

        public void testAssumptionFailure​(org.junit.runner.notification.Failure failure)
        Overrides:
        testAssumptionFailure in class org.junit.runner.notification.RunListener
      • testIgnored

        public void testIgnored​(org.junit.runner.Description description)
        Overrides:
        testIgnored in class org.junit.runner.notification.RunListener
      • testRunFinished

        public void testRunFinished​(org.junit.runner.Result result)
        Overrides:
        testRunFinished in class org.junit.runner.notification.RunListener