- 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.
- setUp() - Method in class test.SetupTestError
-
- setUp() - Method in class test.SetupTestFail
-
- setUp() - Method in class woolfel.DummyTestCase
-
- SetupTestError - Class in test
-
Test to demonstrate how setUp errors are handled
- SetupTestError() - Constructor for class test.SetupTestError
-
- SetupTestFail - Class in test
-
Test to demonstrate how setUp failures are handled
- SetupTestFail() - Constructor for class test.SetupTestFail
-
- 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.
- stringCompareFail() - Method in class test.DummyAnnotatedTest
-
- SubDummyTest - Class in woolfel
-
- SubDummyTest() - Constructor for class woolfel.SubDummyTest
-
- SubDummyTest(String) - Constructor for class woolfel.SubDummyTest
-
- SubDummyTest2 - Class in woolfel
-
- SubDummyTest2(String) - Constructor for class woolfel.SubDummyTest2
-