Package | Description |
---|---|
net.grinder.common |
Common interfaces and utility classes used throughout The Grinder.
|
net.grinder.console.model |
The console model.
|
net.grinder.console.swingui |
Swing implementation of the console.
|
net.grinder.engine.process |
Worker process implementation.
|
net.grinder.messages.console |
Messages that can be sent to the console.
|
net.grinder.script |
Interfaces and classes for use by scripts.
|
net.grinder.scriptengine |
Common interface used by the worker process implementation and script engines.
|
net.grinder.statistics |
The Grinder statistics engine.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTestSemantics
Base class which provides equality and ordering semantics for
Test implementations. |
Modifier and Type | Method and Description |
---|---|
int |
AbstractTestSemantics.compareTo(Test o)
Define ordering.
|
Modifier and Type | Method and Description |
---|---|
Test |
ModelTestIndex.getTest(int testIndex)
Return a specific test by index.
|
Modifier and Type | Method and Description |
---|---|
void |
SampleModelImplementation.addSampleListener(Test test,
SampleListener listener)
Add a new sample listener for the specific test.
|
void |
SampleModel.addSampleListener(Test test,
SampleListener listener)
Add a new sample listener for the specific test.
|
Modifier and Type | Method and Description |
---|---|
void |
SampleModel.Listener.newTests(Set<Test> newTests,
ModelTestIndex modelTestIndex)
Called when new tests have been added to the model.
|
void |
SampleModel.AbstractListener.newTests(Set<Test> newTests,
ModelTestIndex modelTestIndex) |
void |
SampleModelImplementation.registerTests(Collection<Test> tests)
Register new tests.
|
void |
SampleModel.registerTests(Collection<Test> tests)
Register new tests.
|
Modifier and Type | Method and Description |
---|---|
void |
TestGraphPanel.newTests(Set<Test> newTests,
ModelTestIndex modelTestIndex)
SampleModel.Listener interface. |
Modifier and Type | Method and Description |
---|---|
Test |
DataLogArguments.getTest()
The test.
|
Modifier and Type | Method and Description |
---|---|
Collection<Test> |
RegisterTestsMessage.getTests()
Get the test set.
|
Constructor and Description |
---|
RegisterTestsMessage(Collection<Test> tests)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
Test
Scripts create
Test instances which can then be used
to Test.wrap(java.lang.Object) other Jython objects. |
Modifier and Type | Method and Description |
---|---|
Test |
Statistics.StatisticsForTest.getTest()
Return the Test that the statistics are for.
|
Modifier and Type | Method and Description |
---|---|
TestRegistry.RegisteredTest |
TestRegistry.register(Test test)
Register a new test.
|
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.
|
boolean |
Instrumenter.instrument(Test test,
Recorder recorder,
Object target)
Instrument a target object with a test.
|
boolean |
CompositeInstrumenter.instrument(Test test,
Recorder recorder,
Object target)
Instrument a target object with a test.
|
boolean |
AbstractDCRInstrumenter.instrument(Test test,
Recorder recorder,
Object target)
Instrument a target object with a test.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
TestStatisticsMap.ForEach.next(Test test,
StatisticsSet statistics)
Receives a call for each item in the iteration.
|
void |
TestStatisticsMap.put(Test test,
StatisticsSet statistics)
Put a new {test, statistics} pair in the map.
|
Copyright © 2000-2014. All Rights Reserved.