net.grinder.scriptengine
Interface Recorder


public interface Recorder

Interface to the test instrumentation.

Author:
Philip Aston

Method Summary
 void end(boolean success)
          Call after instrumented code to complete test recording.
 void start()
          Call before instrumented code to initiate test recording.
 

Method Detail

start

void start()
           throws EngineException
Call before instrumented code to initiate test recording.

Throws:
EngineException - Test recording could not be initiated.

end

void end(boolean success)
         throws EngineException
Call after instrumented code to complete test recording.

Parameters:
success - true if the test completed successfully.
Throws:
EngineException - Test recording could not be completed.


Copyright © 2000-2013. All Rights Reserved.