Skip navigation links
Apache JMeter
A B C D E G I J M O P R S T V W 

A

actionPerformed(ActionEvent) - Method in class org.apache.jmeter.protocol.java.control.gui.JUnitTestSamplerGui
Handle action events for this component.
add() - Method in class test.DummyAnnotatedTest
 
after() - Method in class test.Junit4AnnotationsTest
 
AfterAnnotatedTest - Class in test
Test to demonstrate how @After failures are handled
AfterAnnotatedTest() - Constructor for class test.AfterAnnotatedTest
 
afterClass() - Static method in class test.Junit4AnnotationsTest
 
afterFail() - Method in class test.AfterAnnotatedTest
 
afterTest() - Method in class test.AfterAnnotatedTest
 
alwaysFail() - Method in class test.DummyAnnotatedTest
 

B

before() - Method in class test.Junit4AnnotationsTest
 
BeforeAnnotatedTest - Class in test
Test to demonstrate how @Before failures are handled
BeforeAnnotatedTest() - Constructor for class test.BeforeAnnotatedTest
 
beforeClass() - Static method in class test.Junit4AnnotationsTest
 
beginFail() - Method in class test.BeforeAnnotatedTest
 
beginTest() - Method in class test.BeforeAnnotatedTest
 

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

D

divideByZero() - Method in class test.DummyAnnotatedTest
 
DummyAnnotatedTest - Class in test
Sample test cases for demonstrating JUnit4 sampler.
DummyAnnotatedTest() - Constructor for class test.DummyAnnotatedTest
 
DummyTestCase - Class in woolfel
 
DummyTestCase() - Constructor for class woolfel.DummyTestCase
 
DummyTestCase(String) - Constructor for class woolfel.DummyTestCase
 

E

expectedExceptionFail() - Method in class test.DummyAnnotatedTest
 
expectedExceptionPass() - Method in class test.DummyAnnotatedTest
 

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

Junit4AnnotationsTest - Class in test
Test to demonstrate all the common method annotations
Junit4AnnotationsTest() - Constructor for class test.Junit4AnnotationsTest
 
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 the JUnitSampler.
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

objectCompareFail() - Method in class test.DummyAnnotatedTest
 
oneTimeSetUp() - Method in class woolfel.SubDummyTest
 
oneTimeSetUp() - Method in class woolfel.SubDummyTest2
 
oneTimeTearDown() - Method in class woolfel.SubDummyTest
 
oneTimeTearDown() - Method in class woolfel.SubDummyTest2
 
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
 

P

printDone() - Method in class test.DummyAnnotatedTest
 

R

RerunTest - Class in test
Test to demonstrate whether a test instance can be re-run
RerunTest() - Constructor for class test.RerunTest
 

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.
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
 

T

tearDown() - Method in class test.TearDownTestFail
 
tearDown() - Method in class woolfel.DummyTestCase
 
TearDownTestFail - Class in test
Test to demonstrate how tearDown failures are handled
TearDownTestFail() - Constructor for class test.TearDownTestFail
 
test - package test
 
test() - Method in class test.Junit4AnnotationsTest
 
testException() - Method in class woolfel.DummyTestCase
 
testFail() - Method in class woolfel.DummyTestCase
 
testMethodFail() - Method in class woolfel.DummyTestCase
 
testMethodFail2() - Method in class woolfel.DummyTestCase
 
testMethodPass() - Method in class woolfel.DummyTestCase
 
testMethodPass2() - Method in class woolfel.DummyTestCase
 
testObjectCompareFail() - Method in class woolfel.DummyTestCase
 
testRerun() - Method in class test.RerunTest
 
testSetUpError() - Method in class test.SetupTestError
 
testSetUpFail() - Method in class test.SetupTestFail
 
testStringCompareFail() - Method in class woolfel.DummyTestCase
 
testTearDownFail() - Method in class test.TearDownTestFail
 
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.
timeOutFail() - Method in class test.DummyAnnotatedTest
 
timeOutPass() - Method in class test.DummyAnnotatedTest
 
two - Variable in class test.DummyAnnotatedTest
 

V

verifyTwo() - Method in class test.DummyAnnotatedTest
 

W

woolfel - package woolfel
 
A B C D E G I J M O P R S T V W 
Skip navigation links
Apache JMeter

Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.