Package org.pitest.mutationtest.verify
Class MissingJUnit5PluginVerifierFactory
- java.lang.Object
-
- org.pitest.mutationtest.verify.MissingJUnit5PluginVerifierFactory
-
- All Implemented Interfaces:
BuildVerifierFactory,ToolClasspathPlugin
public class MissingJUnit5PluginVerifierFactory extends Object implements BuildVerifierFactory
-
-
Constructor Summary
Constructors Constructor Description MissingJUnit5PluginVerifierFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildVerifiercreate(CodeSource code)Stringdescription()-
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.BuildVerifierFactory
create
-
-
-
-
Method Detail
-
create
public BuildVerifier create(CodeSource code)
- Specified by:
createin interfaceBuildVerifierFactory
-
description
public String description()
- Specified by:
descriptionin interfaceToolClasspathPlugin
-
-