Package org.apache.solr.common.util
Interface CommonTestInjection.Breakpoint
- 
- Enclosing class:
- CommonTestInjection
 
 public static interface CommonTestInjection.Breakpoint
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteAndResume(Object... args)Code execution should break at where the breakpoint was injected, then it would execute this method and resumes the execution afterward.
 
- 
- 
- 
Method Detail- 
executeAndResumevoid executeAndResume(Object... args) Code execution should break at where the breakpoint was injected, then it would execute this method and resumes the execution afterward.
 
- 
 
-