Test validation
How newly created tests are validated by Diffblue Cover CLI. (Any tests that fail compilation or execution are removed.)
<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.22.2</version> </plugin> </plugins> </build>
Test Validation and user-specified system properties
Last updated
Was this helpful?

