Index
All Classes and Interfaces|All Packages|Serialized Form
A
- actionPerformed(ActionEvent) - Method in class org.apache.jmeter.protocol.java.control.gui.JUnitTestSamplerGui
-
Handle action events for this component.
C
- clearGui() - Method in class org.apache.jmeter.protocol.java.control.gui.JUnitTestSamplerGui
- configure(TestElement) - Method in class org.apache.jmeter.protocol.java.control.gui.JUnitTestSamplerGui
- createTestElement() - Method in class org.apache.jmeter.protocol.java.control.gui.JUnitTestSamplerGui
G
- getAppendError() - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
If append error is not set, by default it is set to false, which means users have to explicitly set the sampler to append the assert errors.
- getAppendException() - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
If append exception is not set, by default it is set to
false
. - getClassname() - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
Gets the Classname attribute of the JavaConfig object
- getConstructorString() - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
- getCreateOneInstancePerSample() - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
- getDoNotSetUpTearDown() - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
if the sample shouldn't call setup/teardown, the method returns true.
- getError() - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
- getErrorCode() - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
- getFailure() - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
- getFailureCode() - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
- getFilterString() - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
- getJunit4() - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
Check if JUnit4 (annotations) are to be used instead of the JUnit3 style (TestClass and specific method names)
- getLabelResource() - Method in class org.apache.jmeter.protocol.java.control.gui.JUnitTestSamplerGui
- getMethod() - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
- getSuccess() - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
- getSuccessCode() - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
I
- itemStateChanged(ItemEvent) - Method in class org.apache.jmeter.protocol.java.control.gui.JUnitTestSamplerGui
-
Handle change events: currently handles events for the JUnit4 checkbox, and sets up the relevant class names.
J
- JUnitSampler - Class in org.apache.jmeter.protocol.java.sampler
-
This is a basic implementation that runs a single test method of a JUnit test case.
- JUnitSampler() - Constructor for class org.apache.jmeter.protocol.java.sampler.JUnitSampler
- JUnitTestSamplerGui - Class in org.apache.jmeter.protocol.java.control.gui
-
The
JUnitTestSamplerGui
class provides the user interface for theJUnitSampler
. - JUnitTestSamplerGui() - Constructor for class org.apache.jmeter.protocol.java.control.gui.JUnitTestSamplerGui
-
Constructor for JUnitTestSamplerGui
M
- modifyTestElement(TestElement) - Method in class org.apache.jmeter.protocol.java.control.gui.JUnitTestSamplerGui
O
- org.apache.jmeter.protocol.java.control.gui - package org.apache.jmeter.protocol.java.control.gui
- org.apache.jmeter.protocol.java.sampler - package org.apache.jmeter.protocol.java.sampler
S
- sample(Entry) - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
- setAppendError(boolean) - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
Set whether to append errors or not.
- setAppendException(boolean) - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
Set whether to append exceptions or not.
- setClassname(String) - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
Sets the Classname attribute of the JavaConfig object
- setConstructorString(String) - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
Set the string label used to create an instance of the test with the string constructor.
- setCreateOneInstancePerSample(boolean) - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
- setDoNotSetUpTearDown(boolean) - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
set the setup/teardown option
- setError(String) - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
provide a descriptive error for the test method.
- setErrorCode(String) - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
Provide an unique error code for when the test does not pass the assert test.
- setFailure(String) - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
set the failure message
- setFailureCode(String) - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
Provide some unique code to denote a type of failure
- setFilterString(String) - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
set the filter string in comma separated format
- setJunit4(boolean) - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
Set whether to use JUnit4 style or not.
- setMethod(String) - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
Method should add the JUnit testXXX method to the list at the end, since the sequence matters.
- setSuccess(String) - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
set the success message
- setSuccessCode(String) - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
Set the success code.
- stateChanged(ChangeEvent) - Method in class org.apache.jmeter.protocol.java.control.gui.JUnitTestSamplerGui
-
the current implementation checks to see if the source of the event is the filterpkg field.
T
- threadFinished() - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
- threadStarted() - Method in class org.apache.jmeter.protocol.java.sampler.JUnitSampler
-
Set up all variables that don't change between samples.
All Classes and Interfaces|All Packages|Serialized Form