|
|||||||||
| Home >> All >> junit >> extensions >> [ abbot overview ] | PREV NEXT | ||||||||
A
- accept(File) - Method in class junit.extensions.abbot.ScriptTestSuite
- Return whether to accept the given file.
C
- ComponentTestFixture - class junit.extensions.abbot.ComponentTestFixture.
- Simple wrapper for testing components under JUnit.
- ComponentTestFixture(String) - Constructor for class junit.extensions.abbot.ComponentTestFixture
- Construct a test case with the given name.
E
- elapsed() - Method in class junit.extensions.abbot.Timer
- Return the number of milliseconds elapsed since the last timer reset.
- elapsed(Runnable) - Method in class junit.extensions.abbot.Timer
- Return the length of time elapsed to run the given runnable.
F
- findFilenames(String, boolean) - Static method in class junit.extensions.abbot.ScriptTestSuite
- Scan for test scripts and return an array of filenames for all scripts found.
- findTestScripts(File, List, boolean) - Static method in class junit.extensions.abbot.ScriptTestSuite
- Add all test scripts in the given directory, optionally recursing to subdirectories.
- finder - Static variable in class junit.extensions.abbot.ScriptFixture
G
- generateSuite(Class[]) - Static method in class junit.extensions.abbot.TestHelper
- getClassFromFile(String) - Method in class junit.extensions.abbot.ScriptTestCollector
- getDirectory() - Method in class junit.extensions.abbot.ScriptTestSuite
- getFinder() - Method in class junit.extensions.abbot.ComponentTestFixture
- Obtain a component finder to look up components.
- getFinder() - Method in class junit.extensions.abbot.ScriptFixture
- Obtain a component finder to look up components.
I
- invoked - Variable in class junit.extensions.abbot.ScriptTestSuiteTest.MyScriptFixture
- isTestClass(String) - Method in class junit.extensions.abbot.ScriptTestCollector
J
- junit.extensions.abbot - package junit.extensions.abbot
L
- loader - Variable in class junit.extensions.abbot.ScriptTestCollector
M
- main(String[]) - Static method in class junit.extensions.abbot.ScriptFixture
- Assumes each argument is an Abbot script.
- main(String[]) - Static method in class junit.extensions.abbot.ScriptTestCase
- Deprecated. Assumes each argument is an Abbot script.
- main(String[]) - Static method in class junit.extensions.abbot.ScriptTestSuite
- Run all scripts on the command line as a single suite.
- main(String[]) - Static method in class junit.extensions.abbot.ScriptTestSuiteTest
O
- opened - Variable in class junit.extensions.abbot.ComponentTestFixture
P
- primaryDirectory - Variable in class junit.extensions.abbot.ScriptTestSuite
R
- RepeatHelper - class junit.extensions.abbot.RepeatHelper.
- Convenience functions to wrap a given test case such that individual methods may be run with heavy repetition, and default suites run with light repetition.
- RepeatHelper() - Constructor for class junit.extensions.abbot.RepeatHelper
- reset() - Method in class junit.extensions.abbot.Timer
- Set the start time to the current time.
- runTest() - Method in class junit.extensions.abbot.ComponentTestFixture
- Override the default TestCase runTest method to ensure components are cleaned up after the test.
- runTest() - Method in class junit.extensions.abbot.ScriptFixture
- Override the default TestCase runTest method to invoke the script.
- runTest() - Method in class junit.extensions.abbot.ScriptTestSuiteTest.MyScriptFixture
- runTests(String[], Class) - Static method in class junit.extensions.abbot.RepeatHelper
- runTests(String[], Class) - Static method in class junit.extensions.abbot.TestHelper
- runs - Static variable in class junit.extensions.abbot.ScriptTestSuiteTest
S
- ScriptFixture - class junit.extensions.abbot.ScriptFixture.
- Simple wrapper for a test script to run under JUnit.
- ScriptFixture(String) - Constructor for class junit.extensions.abbot.ScriptFixture
- Construct a test case with the given name.
- ScriptTestCase - class junit.extensions.abbot.ScriptTestCase.
- Deprecated. Use ScriptFixture instead.
- ScriptTestCase(String) - Constructor for class junit.extensions.abbot.ScriptTestCase
- Deprecated. Sole Constructor.
- ScriptTestCollector - class junit.extensions.abbot.ScriptTestCollector.
- Collects all available classes derived from ScriptTestCase in the current classpath.
- ScriptTestCollector() - Constructor for class junit.extensions.abbot.ScriptTestCollector
- ScriptTestSuite - class junit.extensions.abbot.ScriptTestSuite.
- Similar to TestSuite, except that it auto-generates a suite based on test scripts matching certain criteria.
- ScriptTestSuite(Class) - Constructor for class junit.extensions.abbot.ScriptTestSuite
- Constructs a suite of tests from all the scripts found in the current directory.
- ScriptTestSuite(Class, String) - Constructor for class junit.extensions.abbot.ScriptTestSuite
- Constructs a suite of tests from all the scripts found in the given directory.
- ScriptTestSuite(Class, String, boolean) - Constructor for class junit.extensions.abbot.ScriptTestSuite
- Constructs an ScriptTestSuite from all the scripts in the given directory, recursing if recurse is true.
- ScriptTestSuite(String[]) - Constructor for class junit.extensions.abbot.ScriptTestSuite
- Constructs a suite of tests for each script given in the argument list.
- ScriptTestSuite(Class, String[]) - Constructor for class junit.extensions.abbot.ScriptTestSuite
- Constructs a suite of tests for each script given in the argument list, using the given class derived from ScriptFixture to wrap each script.
- ScriptTestSuiteTest - class junit.extensions.abbot.ScriptTestSuiteTest.
- Verify we can extend a ScriptTestSuite.
- ScriptTestSuiteTest(String) - Constructor for class junit.extensions.abbot.ScriptTestSuiteTest
- ScriptTestSuiteTest.MyScriptFixture - class junit.extensions.abbot.ScriptTestSuiteTest.MyScriptFixture.
- ScriptTestSuiteTest.MyScriptFixture(String) - Constructor for class junit.extensions.abbot.ScriptTestSuiteTest.MyScriptFixture
- script - Variable in class junit.extensions.abbot.ScriptFixture
- showFrame(Component) - Method in class junit.extensions.abbot.ComponentTestFixture
- This method should be invoked to display the component under test.
- showFrame(Component, Dimension) - Method in class junit.extensions.abbot.ComponentTestFixture
- This method should be invoked to display the component under test, when a specific size of frame is desired.
- start - Variable in class junit.extensions.abbot.Timer
- Time base for elapsed time calculations.
T
- TestHelper - class junit.extensions.abbot.TestHelper.
- Provides automatic test suite generation given command-line arguments.
- TestHelper() - Constructor for class junit.extensions.abbot.TestHelper
- Timer - class junit.extensions.abbot.Timer.
- Time and performance measurement utilities.
- Timer() - Constructor for class junit.extensions.abbot.Timer
- Basic constructor which sets the timer base to the current time.
- testDerivedClass() - Method in class junit.extensions.abbot.ScriptTestSuiteTest
- Ensure that a suite generated with a derived class actually instantiates those classes.
- testGenerateFilenames() - Method in class junit.extensions.abbot.ScriptTestSuiteTest
- Create a few temp files, the test suite should pick them up.
W
- warning(String) - Method in class junit.extensions.abbot.ScriptTestSuite
- Returns a test which will fail and log a warning message.
A C E F G I J L M O P R S T W
|
|||||||||
| Home >> All >> junit >> extensions >> [ abbot overview ] | PREV NEXT | ||||||||