Class | Description |
---|---|
Assert | |
PrintCurrentTestListener |
<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>
|
Copyright © 2018. All rights reserved.