public interface IRuntime extends IExecutionDataAccessorGenerator
Modifier and Type | Method and Description |
---|---|
void |
disconnect(Class<?> type)
Clears the execution data buffered in the given instrumented type.
|
void |
shutdown()
Allows the coverage runtime to cleanup internals.
|
void |
startup(RuntimeData data)
Starts the coverage runtime.
|
generateDataAccessor
void startup(RuntimeData data) throws Exception
data
- the execution data for this runtimeException
- any internal problem during startupvoid shutdown()
void disconnect(Class<?> type) throws Exception
type
- class to clearException
- if clearing the data is not possibleCopyright © 2013. All Rights Reserved.