public interface InvokeReceiver
Modifier and Type | Method and Description |
---|---|
void |
registerClass(int id,
String className) |
void |
registerProbes(int classId,
String methodName,
String methodDesc,
int firstProbe,
int lastProbe,
Iterable<Block> blocks) |
Copyright © 2021 org.pitest. All rights reserved.