}
public MCITest() throws JiapiException {
InstrumentorChain chain = new InstrumentorChain();
Instrumentor dispatcher = new MethodDispatcherInstrumentor();
Instrumentor si = new GrepInstrumentor(new MethodCallStrategy());
TailInstrumentor after = new TailInstrumentor();
MethodCallInstrumentor mci = new MethodCallInstrumentor(this);
chain.add(dispatcher);
chain.add(si); // Split (method call)