public class MutantExportInterceptor extends Object implements MutationInterceptor
Constructor and Description |
---|
MutantExportInterceptor(FileSystem fileSystem,
ClassByteArraySource source,
String outDir) |
Modifier and Type | Method and Description |
---|---|
void |
begin(ClassTree clazz) |
void |
end() |
Collection<MutationDetails> |
intercept(Collection<MutationDetails> mutations,
Mutater m) |
InterceptorType |
type() |
public MutantExportInterceptor(FileSystem fileSystem, ClassByteArraySource source, String outDir)
public InterceptorType type()
type
in interface MutationInterceptor
public void begin(ClassTree clazz)
begin
in interface MutationInterceptor
public Collection<MutationDetails> intercept(Collection<MutationDetails> mutations, Mutater m)
intercept
in interface MutationInterceptor
public void end()
end
in interface MutationInterceptor
Copyright © 2021 org.pitest. All rights reserved.