All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- actionPerformed(ActionEvent).
Method in class org.ajug.jsl.jester.ui.ProgressBar
- Used for the unit test.
- addChildTestSequenceName(String).
Static method in class org.ajug.jsl.jester.qc.TestSequence
- Add sequence name to the current child test sequence list.
- addException(Exception).
Method in class org.ajug.jsl.jester.tester.SuiteState
-
- addProperty(Property).
Method in class org.ajug.jsl.jester.cases.TestContext
-
- addProperty(String,
Object, boolean). Method in class org.ajug.jsl.jester.cases.TestContext
-
- addSuiteStateListener(SuiteStateListener).
Method in class org.ajug.jsl.jester.tester.SuiteState
-
- afterTest().
Method in class org.ajug.jsl.jester.qc.ChildTester
- Test to assure that only beforeTest and runTest method had been
run prior to running this method.
- afterTest().
Method in class org.ajug.jsl.jester.qc.ContainerTester
- Test to assure that only beforeTest and runTest method had been
run prior to running this method.
- afterTest().
Method in interface org.ajug.jsl.jester.cases.Test
- Called after
runTest() is called.
- afterTest().
Method in class org.ajug.jsl.jester.cases.TestCase
- Called after the tests in a Test have been called.
- afterTest().
Method in class org.ajug.jsl.jester.samples.TestContainer
- Called after the tests in a Test have been called.
- afterTest().
Method in class org.ajug.jsl.jester.samples.TestLeaf
- Called after the tests in a Test have been called.
- afterTest().
Method in class org.ajug.jsl.jester.qc.TestMethodsTest
- Called after the tests in a Test have been called.
- afterTest().
Method in class org.ajug.jsl.jester.qc.TestSequenceTest
- Called after the tests in a Test have been called.
- assert(boolean).
Method in interface org.ajug.jsl.jester.cases.Test
- Asserts that the boolean expression is true.
- assert(boolean).
Method in class org.ajug.jsl.jester.cases.TestCase
- Asserts that the boolean expression is true.
- assert(boolean,
String). Method in interface org.ajug.jsl.jester.cases.Test
- Asserts that the boolean expression is true.
- assert(boolean,
String). Method in class org.ajug.jsl.jester.cases.TestCase
- Asserts that the boolean expression is true.
- AssertFailureException(String,
Test). Constructor for class org.ajug.jsl.jester.cases.AssertFailureException
- Creates the needed exception with the test originating the
assert.
- beforeTest().
Method in class org.ajug.jsl.jester.qc.ChildTester
- Test to assure that no other test methods have been run.
- beforeTest().
Method in class org.ajug.jsl.jester.qc.ContainerTester
- Test to assure that no other test methods have been run.
- beforeTest().
Method in class org.ajug.jsl.jester.qc.TCContainerTest
- Called before the tests in a Test are called.
- beforeTest().
Method in interface org.ajug.jsl.jester.cases.Test
- Called before
runTest() is called.
- beforeTest().
Method in class org.ajug.jsl.jester.cases.TestCase
- Called before the tests in a Test are called.
- beforeTest().
Method in class org.ajug.jsl.jester.samples.TestContainer
- Called before the tests in a Test are called.
- beforeTest().
Method in class org.ajug.jsl.jester.samples.TestLeaf
- Called before the tests in a Test are called.
- ChildTester(int).
Constructor for class org.ajug.jsl.jester.qc.ChildTester
-
- clearAll().
Static method in class org.ajug.jsl.jester.qc.TestRun
- Clears all data values in the class.
- clearChildTestSequenceList().
Static method in class org.ajug.jsl.jester.qc.TestSequence
- Clear the current child test sequence.
- CommandExtractor().
Constructor for class org.ajug.jsl.jester.tester.CommandExtractor
-
- configUsingTokens(String[]).
Method in class org.ajug.jsl.jester.tester.SuiteOptions
- Configures the suite options using the command line tokens.
- ContainerTester().
Constructor for class org.ajug.jsl.jester.qc.ContainerTester
-
- createTestTree(String).
Method in class org.ajug.jsl.jester.tester.Tester
- Creates, initializes and returns a tree of tests given the root
className, which must implement Test and is probably a container.
- createWindow().
Method in class org.ajug.jsl.jester.ui.WindowCreator
-
- enumerateExceptions().
Method in class org.ajug.jsl.jester.tester.SuiteState
-
- EXCEPTION.
Static variable in class org.ajug.jsl.jester.tester.SuiteStateEvent
-
- findComponent(Component,
String). Static method in class org.ajug.jsl.jester.util.GeneralLibrary
- Finds and returns the first component with the supplied name in
the supplied component, which is probably a container.
- GeneralLibrary().
Constructor for class org.ajug.jsl.jester.util.GeneralLibrary
-
- getAssertCount().
Method in class org.ajug.jsl.jester.tester.SuiteState
-
- getAssertionCount().
Method in class org.ajug.jsl.jester.cases.TestContext
-
- getBackgroundColor().
Method in class org.ajug.jsl.jester.ui.ProgressBar
- Returns the current background color.
- getChildTests().
Method in class org.ajug.jsl.jester.qc.ContainerTester
- Returns the tests to be run.
- getChildTests().
Method in class org.ajug.jsl.jester.qc.TCChildContainerTest
- Returns children that test the inheritance functionality
of the TestContext Properties.
- getChildTests().
Method in class org.ajug.jsl.jester.qc.TCContainerTest
- Returns children that test the TestContext features of Jester.
- getChildTests().
Method in interface org.ajug.jsl.jester.cases.Test
- Lists all the child tests if any.
- getChildTests().
Method in class org.ajug.jsl.jester.cases.TestCase
- Lists all the child tests if any.
- getChildTests().
Method in class org.ajug.jsl.jester.samples.TestContainer
- Lists all the child tests if any.
- getChildTestSequenceList().
Static method in class org.ajug.jsl.jester.qc.TestSequence
- Get the current childTestSequenceList.
- getClassName().
Method in class org.ajug.jsl.jester.cases.TestInfo
- Returns the test class name.
- getEventType().
Method in class org.ajug.jsl.jester.tester.SuiteStateEvent
-
- getException().
Method in class org.ajug.jsl.jester.tester.SuiteStateEvent
- Returns the exception if event type is EXCEPTION, or null
otherwise.
- getExceptionCount().
Method in class org.ajug.jsl.jester.tester.SuiteState
-
- getFirstToken().
Method in class org.ajug.jsl.jester.tester.CommandExtractor
- Returns the first token in the array, which may be important.
- getForegroundColor().
Method in class org.ajug.jsl.jester.ui.ProgressBar
- Returns the current foreground color.
- getInt(String).
Method in class org.ajug.jsl.jester.cases.TestContext
-
- getLastToken().
Method in class org.ajug.jsl.jester.tester.CommandExtractor
- Returns the last token in the array, which may be important.
- getLongDescription().
Method in class org.ajug.jsl.jester.cases.TestInfo
- Returns the long description.
- getMaximum().
Method in class org.ajug.jsl.jester.ui.ProgressBar
- Returns the current maximum.
- getMinimumSize().
Method in class org.ajug.jsl.jester.ui.ProgressBar
-
- getName().
Method in class org.ajug.jsl.jester.cases.Property
- A method for getting the name of the current test context property.
- getObject(String).
Method in class org.ajug.jsl.jester.cases.TestContext
-
- getParent().
Method in class org.ajug.jsl.jester.cases.TestInfo
- Returns the test's parent test or null if this is the root test.
- getPreferredSize().
Method in class org.ajug.jsl.jester.ui.ProgressBar
-
- getProperty(String).
Method in class org.ajug.jsl.jester.cases.TestContext
-
- getRootTestClassName().
Method in class org.ajug.jsl.jester.tester.SuiteOptions
- Returns the root test class name or null if none.
- getShortDescription().
Method in class org.ajug.jsl.jester.cases.TestInfo
- Returns the short description.
- getSuiteOptions().
Method in class org.ajug.jsl.jester.tester.Tester
- Returns the suite options.
- getSuiteState().
Method in class org.ajug.jsl.jester.tester.SuiteStateEvent
-
- getSuiteState().
Method in class org.ajug.jsl.jester.tester.Tester
- Returns the suite state, probably for use in monitoring the
Tester.
- getSuiteTestCount().
Method in class org.ajug.jsl.jester.tester.SuiteState
-
- getTest().
Method in class org.ajug.jsl.jester.cases.AssertFailureException
- Returns the test that originated the exception.
- getTest().
Method in class org.ajug.jsl.jester.tester.SuiteStateEvent
- Returns the test causing the event or null of none.
- getTestContext().
Method in interface org.ajug.jsl.jester.cases.Test
- Returns the TextContext, which should never be null.
- getTestContext().
Method in class org.ajug.jsl.jester.cases.TestCase
- Returns the TextContext, which should never be null.
- getTestEndedCount().
Method in class org.ajug.jsl.jester.tester.SuiteState
-
- getTestInfo().
Method in interface org.ajug.jsl.jester.cases.Test
- Returns the TestInfo, which should never be null.
- getTestInfo().
Method in class org.ajug.jsl.jester.cases.TestCase
- Returns the TestInfo, which should never be null.
- getValue().
Method in class org.ajug.jsl.jester.ui.ProgressBar
- Returns the current value, which is always in the zero to
maximum range.
- getValue().
Method in class org.ajug.jsl.jester.cases.Property
- A method for getting the value of the current property.
- hasAllTestMethodRun().
Static method in class org.ajug.jsl.jester.qc.TestRun
- Will return true if all the methods in the TestCase have all run else returns
false.
- hasOption(String).
Method in class org.ajug.jsl.jester.tester.CommandExtractor
- Determines whether the tokens have an option with the optionName.
- hasProperty(String).
Method in class org.ajug.jsl.jester.cases.TestContext
-
- HelloWorld().
Constructor for class org.ajug.jsl.jester.samples.HelloWorld
-
- incrementAssertCount().
Method in class org.ajug.jsl.jester.tester.SuiteState
-
- incrementAssertionCount().
Method in class org.ajug.jsl.jester.cases.TestContext
-
- isAsynch().
Method in class org.ajug.jsl.jester.cases.TestInfo
- Determines whether the test runs asynchronously or not.
- isContainer().
Method in class org.ajug.jsl.jester.qc.ContainerTester
- Returns true if this TestCase is a test container else will return false
- isContainer().
Method in class org.ajug.jsl.jester.qc.TCChildContainerTest
- Indicates if the test is a container with children or no children.
- isContainer().
Method in class org.ajug.jsl.jester.qc.TCContainerTest
- Indicates if the test is a container with children or no children.
- isContainer().
Method in interface org.ajug.jsl.jester.cases.Test
- Indicates if the test is a container with children or not.
- isContainer().
Method in class org.ajug.jsl.jester.cases.TestCase
- Indicates if the test is a container with children or no children.
- isContainer().
Method in class org.ajug.jsl.jester.samples.TestContainer
- Indicates if the test is a container with children or no children.
- isInherited().
Method in class org.ajug.jsl.jester.cases.Property
- A method for determining whether or not the current property is inherited.
- isNoCatch().
Method in class org.ajug.jsl.jester.tester.SuiteOptions
- Returns the "no catch" policy.
- isStopOnAnyException().
Method in class org.ajug.jsl.jester.cases.TestInfo
- Determines the stop on any exception policy.
- isStopOnAssertException().
Method in class org.ajug.jsl.jester.cases.TestInfo
- Determines the assert exception policy.
- isSuiteComplete().
Method in class org.ajug.jsl.jester.tester.SuiteState
-
- isSuiteSuccessful().
Method in class org.ajug.jsl.jester.tester.SuiteState
- Returns true if no exceptions encountered or false otherwise.
- listProperties().
Method in class org.ajug.jsl.jester.cases.TestContext
-
- main(String[]).
Static method in class org.ajug.jsl.jester.tester.CommandExtractor
- Runs the unit test for this class.
- main(String[]).
Static method in class org.ajug.jsl.jester.ui.ProgressBar
- Runs the unit test.
- main(String[]).
Static method in class org.ajug.jsl.jester.tester.Tester
- Runs the tester using the first command line argument, which
must be the name of a class implementing Test.
- main(String[]).
Static method in class org.ajug.jsl.jester.ui.WindowCreator
-
- paintComponent(Graphics).
Method in class org.ajug.jsl.jester.ui.ProgressBar
- Paints the component in the usual progress bar style.
- processSuiteStateEvent(SuiteStateEvent).
Method in interface org.ajug.jsl.jester.tester.SuiteStateListener
-
- ProgressBar().
Constructor for class org.ajug.jsl.jester.ui.ProgressBar
- Creates a ProgressBar with a lowered bevel border and defaults.
- removeSuiteStateListener(SuiteStateListener).
Method in class org.ajug.jsl.jester.tester.SuiteState
-
- runSuite().
Method in class org.ajug.jsl.jester.tester.Tester
- Runs the test suite as defined in SuiteOptions.
- runSuite(Test).
Method in class org.ajug.jsl.jester.tester.Tester
- Runs the rootTest using SuiteOptions.
- runTest().
Method in class org.ajug.jsl.jester.qc.ChildTester
- Test to assure that only beforeTest method had been run prior
to running this method.
- runTest().
Method in class org.ajug.jsl.jester.qc.ContainerTester
- Test to assure that only beforeTest method had been run prior
to running this method.
- runTest().
Method in class org.ajug.jsl.jester.samples.HelloWorld
- This is your golden opportunity to run the tests you desire.
- runTest().
Method in class org.ajug.jsl.jester.qc.TCChildContainerTest
- This is your golden opportunity to run the tests you desire.
- runTest().
Method in class org.ajug.jsl.jester.qc.TCChildTest
- This is your golden opportunity to run the tests you desire.
- runTest().
Method in class org.ajug.jsl.jester.qc.TCContainerTest
- This is your golden opportunity to run the tests you desire.
- runTest().
Method in class org.ajug.jsl.jester.qc.TCInheritChildTest
- This is your golden opportunity to run the tests you desire.
- runTest().
Method in interface org.ajug.jsl.jester.cases.Test
- This is your golden opportunity to run the tests you desire.
- runTest().
Method in class org.ajug.jsl.jester.cases.TestCase
- This is your golden opportunity to run the tests you desire.
- runTest().
Method in class org.ajug.jsl.jester.samples.TestLeaf
- This is your golden opportunity to run the tests you desire.
- runTest().
Method in class org.ajug.jsl.jester.qc.TestMethodsTest
-
This method tests to see if all the test methods in a TestCase
subclass have been run.
- runTest().
Method in class org.ajug.jsl.jester.qc.TestSequenceTest
-
This method tests to see if all the test methods in a TestCase
subclass have been run.
- runUnitTest().
Method in class org.ajug.jsl.jester.ui.ProgressBar
- Runs a simple unit test in a Frame.
- setAfterTest().
Static method in class org.ajug.jsl.jester.qc.TestRun
- Call this method in the afterTest method of the TestCase subclass for testing
the Tester to see if all the TestCase method have been called.
- setAssertDescription(String).
Method in interface org.ajug.jsl.jester.cases.Test
- Sets the description to be used if an AssertFailureException
is thrown.
- setAssertDescription(String).
Method in class org.ajug.jsl.jester.cases.TestCase
- Sets the description to be used if an AssertFailureException
is thrown.
- setBackgroundColor(Color).
Method in class org.ajug.jsl.jester.ui.ProgressBar
- Sets the background color.
- setBeforeTest().
Static method in class org.ajug.jsl.jester.qc.TestRun
- Call this method in the beforeTest method of the TestCase subclass for testing
the Tester to see if all the TestCase method have been called.
- setBounds(int,
int, int, int). Method in class org.ajug.jsl.jester.ui.ProgressBar
-
- setClassName(String).
Method in class org.ajug.jsl.jester.cases.TestInfo
- Sets the class name of the test.
- setException(Exception).
Method in class org.ajug.jsl.jester.tester.SuiteStateEvent
- If the event type is EXCEPTION then this method is required to
set the exception thrown.
- setForegroundColor(Color).
Method in class org.ajug.jsl.jester.ui.ProgressBar
- Sets the foreground color, which is used to display progress.
- setIsAsynch(boolean).
Method in class org.ajug.jsl.jester.cases.TestInfo
- Sets whether the test runs asynchronously or not.
- setIsStopOnAssertException(boolean).
Method in class org.ajug.jsl.jester.cases.TestInfo
- Sets policy on whether the entire test suite will be stopped if
this test cause an assert exception.
- setLongDescription(String).
Method in class org.ajug.jsl.jester.cases.TestInfo
- Sets the long description of what the test does.
- setMaximum(int).
Method in class org.ajug.jsl.jester.ui.ProgressBar
- Sets the maximum progress anticipated.
- setNoCatch(boolean).
Method in class org.ajug.jsl.jester.tester.SuiteOptions
- Sets whether the "no catch" policy is in effect or not.
- setOptionPrefix(String).
Method in class org.ajug.jsl.jester.tester.CommandExtractor
- Sets the prefix signifying a token is an option.
- setParent(Test).
Method in class org.ajug.jsl.jester.cases.TestInfo
- Sets the test's parent.
- setRootTestClassName(String).
Method in class org.ajug.jsl.jester.tester.SuiteOptions
- Sets the root test class name, which must implement Test and is
probably a container.
- setRunTest().
Static method in class org.ajug.jsl.jester.qc.TestRun
- Call this method in the runTest method of the TestCase subclass for testing
the Tester to see if all the TestCase method have been called.
- setShortDescription(String).
Method in class org.ajug.jsl.jester.cases.TestInfo
- Sets the short description of what the test does.
- setSize(int,
int). Method in class org.ajug.jsl.jester.ui.ProgressBar
-
- setStopOnAnyException(boolean).
Method in class org.ajug.jsl.jester.cases.TestInfo
- Sets policy on whether the entire test suite will be stopped if
this test cause any exception.
- setSuiteTestCount(int).
Method in class org.ajug.jsl.jester.tester.SuiteState
-
- setTest(Test).
Method in class org.ajug.jsl.jester.tester.SuiteStateEvent
- Sets the test that caused the event, if any.
- setTestContext(TestContext).
Method in interface org.ajug.jsl.jester.cases.Test
-
Sets the context for the Test.
- setTestContext(TestContext).
Method in class org.ajug.jsl.jester.cases.TestCase
-
Sets the context for the Test.
- setTestInfo(TestInfo).
Method in interface org.ajug.jsl.jester.cases.Test
- Sets the TestInfo the Test uses to publish information about
itself.
- setTestInfo(TestInfo).
Method in class org.ajug.jsl.jester.cases.TestCase
- Sets the TestInfo the Test uses to publish information about
itself.
- setTokens(String[]).
Method in class org.ajug.jsl.jester.tester.CommandExtractor
- Sets the tokens to be used.
- setValue(int).
Method in class org.ajug.jsl.jester.ui.ProgressBar
- Sets the current value, which indicates progress relative to
the maximum.
- startSuite(int).
Method in class org.ajug.jsl.jester.tester.SuiteState
- This initializes the SuiteState to represent the start of
running a suite of tests.
- SUITE_ENDED.
Static variable in class org.ajug.jsl.jester.tester.SuiteStateEvent
-
- SUITE_STARTED.
Static variable in class org.ajug.jsl.jester.tester.SuiteStateEvent
-
- suiteCompleted().
Method in class org.ajug.jsl.jester.tester.SuiteState
-
- SuiteOptions().
Constructor for class org.ajug.jsl.jester.tester.SuiteOptions
-
- SuiteState().
Constructor for class org.ajug.jsl.jester.tester.SuiteState
-
- TCChildContainerTest().
Constructor for class org.ajug.jsl.jester.qc.TCChildContainerTest
-
- TCChildTest().
Constructor for class org.ajug.jsl.jester.qc.TCChildTest
-
- TCContainerTest().
Constructor for class org.ajug.jsl.jester.qc.TCContainerTest
-
- TCInheritChildTest().
Constructor for class org.ajug.jsl.jester.qc.TCInheritChildTest
-
- TEST_ENDED.
Static variable in class org.ajug.jsl.jester.tester.SuiteStateEvent
-
- TestCase().
Constructor for class org.ajug.jsl.jester.cases.TestCase
-
- TestContainer().
Constructor for class org.ajug.jsl.jester.samples.TestContainer
-
- TestContext().
Constructor for class org.ajug.jsl.jester.cases.TestContext
-
- testEnded(Test).
Method in class org.ajug.jsl.jester.tester.SuiteState
-
- Tester().
Constructor for class org.ajug.jsl.jester.tester.Tester
-
- TestInfo().
Constructor for class org.ajug.jsl.jester.cases.TestInfo
-
- TestLeaf().
Constructor for class org.ajug.jsl.jester.samples.TestLeaf
-
- TestMethodsTest(int).
Constructor for class org.ajug.jsl.jester.qc.TestMethodsTest
-
- TestRun().
Constructor for class org.ajug.jsl.jester.qc.TestRun
-
- TestSequence().
Constructor for class org.ajug.jsl.jester.qc.TestSequence
-
- TestSequenceTest(Vector).
Constructor for class org.ajug.jsl.jester.qc.TestSequenceTest
- constructor
pass the TestSequence to test against.
- WindowCreator().
Constructor for class org.ajug.jsl.jester.ui.WindowCreator
-