Package org.pitest.mutationtest.verify
Class NoVerification
- java.lang.Object
-
- org.pitest.mutationtest.verify.NoVerification
-
- All Implemented Interfaces:
BuildVerifier
public class NoVerification extends Object implements BuildVerifier
-
-
Constructor Summary
Constructors Constructor Description NoVerification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>verify()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.pitest.mutationtest.verify.BuildVerifier
verifyBuild
-
-
-
-
Method Detail
-
verify
public List<String> verify()
- Specified by:
verifyin interfaceBuildVerifier
-
-