net.grinder.script
Interface InternalScriptContext

All Superinterfaces:
Grinder.ScriptContext

public interface InternalScriptContext
extends Grinder.ScriptContext

Script context that should not be publicly documented.

Author:
Philip Aston

Method Summary
 TestRegistry getTestRegistry()
          Access to the test registry.
 
Methods inherited from interface net.grinder.script.Grinder.ScriptContext
barrier, getAgentNumber, getFirstProcessNumber, getLogger, getProcessName, getProcessNumber, getProperties, getRunNumber, getSSLControl, getStatistics, getThreadNumber, sleep, sleep, startWorkerThread, startWorkerThread, stopThisWorkerThread, stopWorkerThread
 

Method Detail

getTestRegistry

TestRegistry getTestRegistry()
Access to the test registry.

Returns:
The test registry.


Copyright © 2000-2013. All Rights Reserved.