Package | Description |
---|---|
net.grinder.script |
Interfaces and classes for use by scripts.
|
net.grinder.scriptengine |
Common interface used by the worker process implementation and script engines.
|
Modifier and Type | Method and Description |
---|---|
Object |
TestRegistry.RegisteredTest.createProxy(Object o)
Create a proxy object that wraps an target object for this test.
|
Object |
Test.wrap(Object target)
Creates a proxy script object that has the same interface as
the passed object.
|
Modifier and Type | Method and Description |
---|---|
Object |
Instrumenter.createInstrumentedProxy(Test test,
Recorder recorder,
Object target)
Create a proxy object that wraps an target object for a test.
|
Object |
CompositeInstrumenter.createInstrumentedProxy(Test test,
Recorder recorder,
Object target)
Create a proxy object that wraps an target object for a test.
|
Object |
AbstractDCRInstrumenter.createInstrumentedProxy(Test test,
Recorder recorder,
Object target)
Create a proxy object that wraps an target object for a test.
|
Copyright © 2000-2014. All Rights Reserved.