Package | Description |
---|---|
net.grinder.plugin.http |
HTTP plug-in that provides a pool of connections per worker thread.
|
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 |
---|---|
static Test.InstrumentationFilter |
HTTPRequest.getHttpMethodFilter()
Return an instrumentation filter that selects only the HTTP request
methods, i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
TestRegistry.RegisteredTest.instrument(Object target,
Test.InstrumentationFilter filter)
Selectively instrument the given object.
|
void |
Test.record(Object target,
Test.InstrumentationFilter filter)
Version of
record that allows selective
instrumentation of an object. |
Modifier and Type | Field and Description |
---|---|
static Test.InstrumentationFilter |
Instrumenter.ALL_INSTRUMENTATION
Instrumentation filter that matches everything.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
AbstractDCRInstrumenter.instrument(Object target,
Recorder recorder,
Test.InstrumentationFilter filter)
Hook for sub-class to implement instrumentation.
|
boolean |
Instrumenter.instrument(Test test,
Recorder recorder,
Object target,
Test.InstrumentationFilter filter)
Selectively instrument a target object with a test.
|
boolean |
CompositeInstrumenter.instrument(Test test,
Recorder recorder,
Object target,
Test.InstrumentationFilter filter)
Selectively instrument a target object with a test.
|
boolean |
AbstractDCRInstrumenter.instrument(Test test,
Recorder recorder,
Object target,
Test.InstrumentationFilter filter)
Selectively instrument a target object with a test.
|
Copyright © 2000-2014. All Rights Reserved.