public interface IAgentController
Modifier and Type | Method and Description |
---|---|
void |
shutdown()
Shutdown the agent controller and clean up any resources it has created.
|
void |
startup(AgentOptions options,
IRuntime runtime)
Configure the agent controller with the supplied options and connect it
to the coverage runtime
|
void |
writeExecutionData()
Write all execution data in the runtime to a location determined by the
agent controller.
|
void startup(AgentOptions options, IRuntime runtime) throws Exception
options
- Options used to configure the agent controllerruntime
- Coverage runtime this agent controller will be connected toException
- in case startup failsvoid shutdown() throws Exception
Exception
- in case shutdown failsCopyright © 2009-2012 Mountainminds GmbH & Co. KG. All Rights Reserved.