public interface IRuntime extends IExecutionDataAccessorGenerator
Modifier and Type | Method and Description |
---|---|
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()
Copyright © 2024. All rights reserved.