Package org.pitest.mutationtest.execute
Class MutationTestProcess
- java.lang.Object
-
- org.pitest.mutationtest.execute.MutationTestProcess
-
public class MutationTestProcess extends Object
-
-
Constructor Summary
Constructors Constructor Description MutationTestProcess(ServerSocket socket, ProcessArgs processArgs, MinionArguments arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidresults(MutationStatusMap allmutations)voidstart()ExitCodewaitToDie()
-
-
-
Constructor Detail
-
MutationTestProcess
public MutationTestProcess(ServerSocket socket, ProcessArgs processArgs, MinionArguments arguments)
-
-
Method Detail
-
start
public void start() throws IOException, InterruptedException- Throws:
IOExceptionInterruptedException
-
results
public void results(MutationStatusMap allmutations) throws IOException
- Throws:
IOException
-
waitToDie
public ExitCode waitToDie()
-
-