Alphabetical Index

A B C D E F G I J L M P R S T U V W

A

AboutDialog - class junit.awtui.AboutDialog
AboutDialog(Frame) - constructor for class junit.awtui.AboutDialog
ActiveTestSuite - class junit.extensions.ActiveTestSuite
A TestSuite for active Tests.
ActiveTestSuite() - constructor for class junit.extensions.ActiveTestSuite
ActiveTestSuite(Class) - constructor for class junit.extensions.ActiveTestSuite
ActiveTestSuite(Class,String) - constructor for class junit.extensions.ActiveTestSuite
ActiveTestSuite(String) - constructor for class junit.extensions.ActiveTestSuite
An error occurred.
addError(junit.framework.Test,Throwable) - method in class junit.framework.TestListener
An error occurred.
addError(junit.framework.Test,Throwable) - method in class junit.framework.TestResult
Adds an error to the list of errors.
A failure occurred.
A failure occurred.
Adds a failure to the list of failures.
addListener(junit.framework.TestListener) - method in class junit.framework.TestResult
Registers a TestListener
addTest(junit.framework.Test) - method in class junit.framework.TestSuite
Adds a test to the suite.
addTestSuite(Class) - method in class junit.framework.TestSuite
Adds the tests from the given class to the suite
Assert - class junit.framework.Assert
A set of assert methods.
Assert() - constructor for class junit.framework.Assert
Protect constructor since it is a static only class
assertEquals(boolean,boolean) - static method in class junit.framework.Assert
Asserts that two booleans are equal.
assertEquals(byte,byte) - static method in class junit.framework.Assert
Asserts that two bytes are equal.
assertEquals(char,char) - static method in class junit.framework.Assert
Asserts that two chars are equal.
assertEquals(double,double,double) - static method in class junit.framework.Assert
Asserts that two doubles are equal concerning a delta.
assertEquals(float,float,float) - static method in class junit.framework.Assert
Asserts that two floats are equal concerning a delta.
assertEquals(int,int) - static method in class junit.framework.Assert
Asserts that two ints are equal.
assertEquals(long,long) - static method in class junit.framework.Assert
Asserts that two longs are equal.
assertEquals(Object,Object) - static method in class junit.framework.Assert
Asserts that two objects are equal.
assertEquals(short,short) - static method in class junit.framework.Assert
Asserts that two shorts are equal.
assertEquals(String,boolean,boolean) - static method in class junit.framework.Assert
Asserts that two booleans are equal.
assertEquals(String,byte,byte) - static method in class junit.framework.Assert
Asserts that two bytes are equal.
assertEquals(String,char,char) - static method in class junit.framework.Assert
Asserts that two chars are equal.
assertEquals(String,double,double,double) - static method in class junit.framework.Assert
Asserts that two doubles are equal concerning a delta.
assertEquals(String,float,float,float) - static method in class junit.framework.Assert
Asserts that two floats are equal concerning a delta.
assertEquals(String,int,int) - static method in class junit.framework.Assert
Asserts that two ints are equal.
assertEquals(String,long,long) - static method in class junit.framework.Assert
Asserts that two longs are equal.
assertEquals(String,Object,Object) - static method in class junit.framework.Assert
Asserts that two objects are equal.
assertEquals(String,short,short) - static method in class junit.framework.Assert
Asserts that two shorts are equal.
assertEquals(String,String) - static method in class junit.framework.Assert
Asserts that two Strings are equal.
assertEquals(String,String,String) - static method in class junit.framework.Assert
Asserts that two Strings are equal.
assertFalse(boolean) - static method in class junit.framework.Assert
Asserts that a condition is false.
assertFalse(String,boolean) - static method in class junit.framework.Assert
Asserts that a condition is false.
Thrown when an assertion failed.
AssertionFailedError() - constructor for class junit.framework.AssertionFailedError
AssertionFailedError(String) - constructor for class junit.framework.AssertionFailedError
assertNotNull(Object) - static method in class junit.framework.Assert
Asserts that an object isn't null.
assertNotNull(String,Object) - static method in class junit.framework.Assert
Asserts that an object isn't null.
assertNotSame(Object,Object) - static method in class junit.framework.Assert
Asserts that two objects do not refer to the same object.
assertNotSame(String,Object,Object) - static method in class junit.framework.Assert
Asserts that two objects do not refer to the same object.
assertNull(Object) - static method in class junit.framework.Assert
Asserts that an object is null.
assertNull(String,Object) - static method in class junit.framework.Assert
Asserts that an object is null.
assertSame(Object,Object) - static method in class junit.framework.Assert
Asserts that two objects refer to the same object.
assertSame(String,Object,Object) - static method in class junit.framework.Assert
Asserts that two objects refer to the same object.
assertTrue(boolean) - static method in class junit.framework.Assert
Asserts that a condition is true.
assertTrue(String,boolean) - static method in class junit.framework.Assert
Asserts that a condition is true.

B

BaseTestRunner - class junit.runner.BaseTestRunner
Base class for all test runners.
basicRun(junit.framework.TestResult) - method in class junit.extensions.TestDecorator
The basic run behaviour.

C

classNameFromFile(String) - method in class junit.runner.ClassPathTestCollector
An implementation of a TestCollector that consults the class path.
ClassPathTestCollector() - constructor for class junit.runner.ClassPathTestCollector
clear() - method in class junit.runner.FailureDetailView
Clears the view
clearStatus() - method in class junit.runner.BaseTestRunner
Clears the status message.
clearStatus() - method in class junit.awtui.TestRunner
clearStatus() - method in class junit.swingui.TestRunner
collectFilesInPath(String) - method in class junit.runner.ClassPathTestCollector
collectTests() - method in class junit.runner.ClassPathTestCollector
Returns an enumeration of Strings with qualified class names
collectTests() - method in class junit.runner.TestCollector
Returns an enumeration of Strings with qualified class names
compact(String) - method in class junit.framework.ComparisonCompactor
ComparisonCompactor(int,String,String) - constructor for class junit.framework.ComparisonCompactor
ComparisonFailure - class junit.framework.ComparisonFailure
Thrown when an assert equals for Strings failed.
ComparisonFailure(String,String,String) - constructor for class junit.framework.ComparisonFailure
Constructs a comparison failure.
countTestCases() - method in class junit.extensions.RepeatedTest
Counts the number of test cases that will be run by this test.
countTestCases() - method in class junit.framework.Test
Counts the number of test cases that will be run by this test.
countTestCases() - method in class junit.framework.TestCase
Counts the number of test cases executed by run(TestResult result).
countTestCases() - method in class junit.extensions.TestDecorator
Counts the number of test cases that will be run by this test.
countTestCases() - method in class junit.framework.TestSuite
Counts the number of test cases that will be run by this test.
createCounterPanel() - method in class junit.awtui.TestRunner
createCounterPanel() - method in class junit.swingui.TestRunner
createJUnitMenu() - method in class junit.awtui.TestRunner
Creates the JUnit menu.
createJUnitMenu() - method in class junit.swingui.TestRunner
Creates the JUnit menu.
createLoader() - method in class junit.runner.ReloadingTestSuiteLoader
createMenus(MenuBar) - method in class junit.awtui.TestRunner
createMenus(MenuBar) - method in class junit.swingui.TestRunner
createResult() - method in class junit.framework.TestCase
Creates a default TestResult object
createTest(Class,String) - static method in class junit.framework.TestSuite
...as the moon sets over the early morning Merlin, Oregon mountains, our intrepid adventurers type...
createTestResult() - method in class junit.awtui.TestRunner
createTestResult() - method in class junit.swingui.TestRunner
createTestResult() - method in class junit.textui.TestRunner
Creates the TestResult to be used for the test run.
createUI(String) - method in class junit.awtui.TestRunner
createUI(String) - method in class junit.swingui.TestRunner

D

doRun(junit.framework.Test) - method in class junit.textui.TestRunner
doRun(junit.framework.Test,boolean) - method in class junit.textui.TestRunner

E

elapsedTimeAsString(long) - method in class junit.runner.BaseTestRunner
Returns the formatted string of the elapsed time.
elapsedTimeAsString(long) - method in class junit.textui.ResultPrinter
Returns the formatted string of the elapsed time.
endTest(junit.framework.Test) - method in class junit.runner.BaseTestRunner
A test ended.
endTest(junit.framework.Test) - method in class junit.textui.ResultPrinter
endTest(junit.framework.Test) - method in class junit.framework.TestListener
A test ended.
endTest(junit.framework.Test) - method in class junit.framework.TestResult
Informs the result that a test was completed.
errorCount() - method in class junit.framework.TestResult
Gets the number of detected errors.
errors() - method in class junit.framework.TestResult
Returns an Enumeration for the errors
EXCEPTION_EXIT - static field in class junit.textui.TestRunner
exceptionMessage() - method in class junit.framework.TestFailure
ExceptionTestCase - class junit.extensions.ExceptionTestCase
A TestCase that expects an Exception of class fExpected to be thrown.
ExceptionTestCase(String,Class) - constructor for class junit.extensions.ExceptionTestCase
extractClassName(String) - method in class junit.runner.BaseTestRunner
Extract the class name from a String in VA/Java style

F

fail() - static method in class junit.framework.Assert
Fails a test with no message.
fail(String) - static method in class junit.framework.Assert
Fails a test with the given message.
failedTest() - method in class junit.framework.TestFailure
Gets the failed test.
failNotEquals(String,Object,Object) - static method in class junit.framework.Assert
failNotSame(String,Object,Object) - static method in class junit.framework.Assert
failSame(String) - static method in class junit.framework.Assert
FAILURE_EXIT - static field in class junit.textui.TestRunner
failureCount() - method in class junit.framework.TestResult
Gets the number of detected failures.
FailureDetailView - interface junit.runner.FailureDetailView
A view to show a details about a failure
failures() - method in class junit.framework.TestResult
Returns an Enumeration for the failures
failureSelected() - method in class junit.awtui.TestRunner
failureSelected() - method in class junit.swingui.TestRunner
fError - field in class junit.awtui.ProgressBar
fErrors - field in class junit.framework.TestResult
fExceptions - field in class junit.awtui.TestRunner
fExceptions - field in class junit.swingui.TestRunner
fFailedTest - field in class junit.framework.TestFailure
fFailedTests - field in class junit.awtui.TestRunner
fFailedTests - field in class junit.swingui.TestRunner
fFailureList - field in class junit.awtui.TestRunner
fFailureList - field in class junit.swingui.TestRunner
fFailures - field in class junit.framework.TestResult
fFrame - field in class junit.awtui.TestRunner
fFrame - field in class junit.swingui.TestRunner
fListeners - field in class junit.framework.TestResult
fLogo - field in class junit.awtui.TestRunner
fLogo - field in class junit.swingui.TestRunner
fNumberOfErrors - field in class junit.awtui.TestRunner
fNumberOfErrors - field in class junit.swingui.TestRunner
fNumberOfFailures - field in class junit.awtui.TestRunner
fNumberOfFailures - field in class junit.swingui.TestRunner
fNumberOfRuns - field in class junit.awtui.TestRunner
fNumberOfRuns - field in class junit.swingui.TestRunner
fProgress - field in class junit.awtui.ProgressBar
fProgressIndicator - field in class junit.awtui.TestRunner
fProgressIndicator - field in class junit.swingui.TestRunner
fProgressX - field in class junit.awtui.ProgressBar
fQuitButton - field in class junit.awtui.TestRunner
fQuitButton - field in class junit.swingui.TestRunner
fRerunButton - field in class junit.awtui.TestRunner
fRerunButton - field in class junit.swingui.TestRunner
fRun - field in class junit.awtui.TestRunner
fRun - field in class junit.swingui.TestRunner
fRunner - field in class junit.awtui.TestRunner
fRunner - field in class junit.swingui.TestRunner
fRunTests - field in class junit.framework.TestResult
fStatusLine - field in class junit.awtui.TestRunner
fStatusLine - field in class junit.swingui.TestRunner
fSuiteField - field in class junit.awtui.TestRunner
fSuiteField - field in class junit.swingui.TestRunner
fTest - field in class junit.extensions.TestDecorator
fTestResult - field in class junit.awtui.TestRunner
fTestResult - field in class junit.swingui.TestRunner
fThrownException - field in class junit.framework.TestFailure
fTotal - field in class junit.awtui.ProgressBar
fTraceArea - field in class junit.awtui.TestRunner
fTraceArea - field in class junit.swingui.TestRunner
fUseLoadingRunner - field in class junit.awtui.TestRunner
fUseLoadingRunner - field in class junit.swingui.TestRunner

G

getActual() - method in class junit.framework.ComparisonFailure
Gets the actual string value
getComponent() - method in class junit.runner.FailureDetailView
Returns the component used to present the TraceView
getExpected() - method in class junit.framework.ComparisonFailure
Gets the expected string value
getFilteredTrace(String) - static method in class junit.runner.BaseTestRunner
Filters stack frames from internal JUnit classes
getFilteredTrace(Throwable) - static method in class junit.runner.BaseTestRunner
Returns a filtered stack trace
getLoader() - method in class junit.runner.BaseTestRunner
Returns the loader to be used.
getLoader() - method in class junit.textui.TestRunner
Always use the StandardTestSuiteLoader.
getMessage() - method in class junit.framework.ComparisonFailure
Returns "..." in place of common prefix and "..." in place of common suffix between expected and actual.
getName() - method in class junit.framework.TestCase
Gets the name of a TestCase
getName() - method in class junit.framework.TestSuite
Returns the name of the suite.
getPreference(String) - static method in class junit.runner.BaseTestRunner
getPreference(String,int) - static method in class junit.runner.BaseTestRunner
getPreferences() - static method in class junit.runner.BaseTestRunner
getResource(String) - method in class junit.runner.TestCaseClassLoader
getResourceAsStream(String) - method in class junit.runner.TestCaseClassLoader
getRunner() - method in class junit.awtui.TestRunner
getRunner() - method in class junit.swingui.TestRunner
getTest() - method in class junit.extensions.TestDecorator
getTest(String) - method in class junit.runner.BaseTestRunner
Returns the Test corresponding to the given suite.
getTestConstructor(Class) - static method in class junit.framework.TestSuite
Gets a constructor which takes a single String as its argument or a no arg constructor.
getWriter() - method in class junit.textui.ResultPrinter

I

id() - static method in class junit.runner.Version
inMac() - static method in class junit.runner.BaseTestRunner
inVAJava() - static method in class junit.runner.BaseTestRunner
isExcluded(String) - method in class junit.runner.TestCaseClassLoader
isFailure() - method in class junit.framework.TestFailure
isTestClass(String) - method in class junit.runner.ClassPathTestCollector
isTestClass(String) - method in class junit.runner.LoadingTestCollector
isTestClass(String) - method in class junit.runner.SimpleTestCollector

J

junit.awtui - package
junit.framework - package
junit.runner - package
junit.swingui - package
junit.textui - package

L

load(String) - method in class junit.runner.ReloadingTestSuiteLoader
load(String) - method in class junit.runner.StandardTestSuiteLoader
Uses the system class loader to load the test class
load(String) - method in class junit.runner.TestSuiteLoader
loadClass(String,boolean) - method in class junit.runner.TestCaseClassLoader
loadImage(String) - method in class junit.awtui.Logo
An implementation of a TestCollector that loads all classes on the class path and tests whether it is assignable from Test or provides a static suite method.
LoadingTestCollector() - constructor for class junit.runner.LoadingTestCollector
loadSuiteClass(String) - method in class junit.runner.BaseTestRunner
Returns the loaded Class for a suite name.
Logo - class junit.awtui.Logo
Logo() - constructor for class junit.awtui.Logo

M

main(args[]) - static method in class junit.textui.TestRunner
main(String[]) - static method in class junit.awtui.TestRunner
main(String[]) - static method in class junit.swingui.TestRunner
main(String[]) - static method in class junit.runner.Version

P

paint(Graphics) - method in class junit.awtui.Logo
paint(Graphics) - method in class junit.awtui.ProgressBar
paintBackground(Graphics) - method in class junit.awtui.Logo
paintBackground(Graphics) - method in class junit.awtui.ProgressBar
paintStatus(Graphics) - method in class junit.awtui.ProgressBar
pause(boolean) - method in class junit.textui.TestRunner
PLAIN_FONT - static field in class junit.awtui.TestRunner
PLAIN_FONT - static field in class junit.swingui.TestRunner
printHeader(long) - method in class junit.textui.ResultPrinter
processArguments(String[]) - method in class junit.runner.BaseTestRunner
Processes the command line arguments and returns the name of the suite class to run or null
ProgressBar - class junit.awtui.ProgressBar
ProgressBar() - constructor for class junit.awtui.ProgressBar
protect() - method in class junit.framework.Protectable
Run the the following method protected.
Protectable - interface junit.framework.Protectable
A Protectable can be run and can throw a Throwable.

R

reload(Class) - method in class junit.runner.ReloadingTestSuiteLoader
reload(Class) - method in class junit.runner.StandardTestSuiteLoader
Uses the system class loader to load the test class
reload(Class) - method in class junit.runner.TestSuiteLoader
A TestSuite loader that can reload classes.
Unregisters a TestListener
RepeatedTest - class junit.extensions.RepeatedTest
A Decorator that runs a test repeatedly.
RepeatedTest(junit.framework.Test,int) - constructor for class junit.extensions.RepeatedTest
rerun() - method in class junit.awtui.TestRunner
rerun() - method in class junit.swingui.TestRunner
reset() - method in class junit.awtui.ProgressBar
reset() - method in class junit.awtui.TestRunner
reset() - method in class junit.swingui.TestRunner
ResultPrinter - class junit.textui.ResultPrinter
ResultPrinter(PrintStream) - constructor for class junit.textui.ResultPrinter
run() - method in class junit.framework.TestCase
A convenience method to run this test, collecting the results with a default TestResult object.
run(Class) - static method in class junit.awtui.TestRunner
run(Class) - static method in class junit.swingui.TestRunner
run(Class) - static method in class junit.textui.TestRunner
Runs a suite extracted from a TestCase subclass.
run(junit.framework.Test) - static method in class junit.textui.TestRunner
Runs a single test and collects its results.
run(junit.framework.TestCase) - method in class junit.framework.TestResult
Runs a TestCase.
run(junit.framework.TestResult) - method in class junit.extensions.ActiveTestSuite
Runs a test and collects its result in a TestResult instance.
run(junit.framework.TestResult) - method in class junit.extensions.RepeatedTest
Runs a test and collects its result in a TestResult instance.
run(junit.framework.TestResult) - method in class junit.framework.Test
Runs a test and collects its result in a TestResult instance.
run(junit.framework.TestResult) - method in class junit.framework.TestCase
Runs the test case and collects the results in TestResult.
run(junit.framework.TestResult) - method in class junit.extensions.TestDecorator
Runs a test and collects its result in a TestResult instance.
run(junit.framework.TestResult) - method in class junit.extensions.TestSetup
Runs a test and collects its result in a TestResult instance.
run(junit.framework.TestResult) - method in class junit.framework.TestSuite
Runs the tests and collects their result in a TestResult.
runAndWait(junit.framework.Test) - static method in class junit.textui.TestRunner
Runs a single test and waits until the user types RETURN.
runBare() - method in class junit.framework.TestCase
Runs the bare test sequence.
runCount() - method in class junit.framework.TestResult
Gets the number of run tests.
runFailed(String) - method in class junit.runner.BaseTestRunner
Override to define how to handle a failed loading of a test suite.
runFailed(String) - method in class junit.awtui.TestRunner
runFailed(String) - method in class junit.swingui.TestRunner
runFailed(String) - method in class junit.textui.TestRunner
runFinished() - method in class junit.extensions.ActiveTestSuite
Runs a TestCase.
runSingleMethod(String,String,boolean) - method in class junit.textui.TestRunner
runSuite() - method in class junit.awtui.TestRunner
runSuite() - method in class junit.swingui.TestRunner
runTest() - method in class junit.extensions.ExceptionTestCase
Execute the test method expecting that an Exception of class fExpected or one of its subclasses will be thrown
runTest() - method in class junit.framework.TestCase
Override to run the test and assert its state.

S

savePreferences() - static method in class junit.runner.BaseTestRunner
scale(int) - method in class junit.awtui.ProgressBar
setBounds(int,int,int,int) - method in class junit.awtui.ProgressBar
setLoading(boolean) - method in class junit.runner.BaseTestRunner
Sets the loading behaviour of the test runner
setName(String) - method in class junit.framework.TestCase
Sets the name of a TestCase
setName(String) - method in class junit.framework.TestSuite
Sets the name of the suite.
setPreference(String,String) - static method in class junit.runner.BaseTestRunner
setPreferences(Properties) - static method in class junit.runner.BaseTestRunner
setPrinter(junit.textui.ResultPrinter) - method in class junit.textui.TestRunner
setSuiteName(String) - method in class junit.awtui.TestRunner
setSuiteName(String) - method in class junit.swingui.TestRunner
setUp() - method in class junit.framework.TestCase
Sets up the fixture, for example, open a network connection.
setUp() - method in class junit.extensions.TestSetup
Sets up the fixture.
shouldStop() - method in class junit.framework.TestResult
Checks whether the test run should stop
Shows details of a TestFailure
showStackRaw() - static method in class junit.runner.BaseTestRunner
An implementation of a TestCollector that considers a class to be a test class when it contains the pattern "Test" in its name
SimpleTestCollector() - constructor for class junit.runner.SimpleTestCollector
Sorter - class junit.runner.Sorter
A custom quick sort with support to customize the swap behaviour.
The standard test suite loader.
start(args[]) - method in class junit.textui.TestRunner
Starts a test run.
start(int) - method in class junit.awtui.ProgressBar
start(String[]) - method in class junit.awtui.TestRunner
Starts the TestRunner
start(String[]) - method in class junit.swingui.TestRunner
Starts the TestRunner
startTest(junit.framework.Test) - method in class junit.runner.BaseTestRunner
A test started.
startTest(junit.framework.Test) - method in class junit.textui.ResultPrinter
startTest(junit.framework.Test) - method in class junit.framework.TestListener
A test started.
startTest(junit.framework.Test) - method in class junit.framework.TestResult
Informs the result that a test will be started.
STATUS_ERROR - static field in class junit.runner.TestRunListener
STATUS_FAILURE - static field in class junit.runner.TestRunListener
step(boolean) - method in class junit.awtui.ProgressBar
stop() - method in class junit.framework.TestResult
Marks that the test run should stop.
SUCCESS_EXIT - static field in class junit.textui.TestRunner
SUITE_METHODNAME - static field in class junit.runner.BaseTestRunner
swap(Vector,int,int) - method in class junit.runner.Sorter.Swapper
Sorter.Swapper - interface junit.runner.Sorter.Swapper

T

tearDown() - method in class junit.framework.TestCase
Tears down the fixture, for example, close a network connection.
tearDown() - method in class junit.extensions.TestSetup
Tears down the fixture.
Test - interface junit.framework.Test
A Test can be run and collect its results.
testAt(int) - method in class junit.framework.TestSuite
Returns the test at the given index
TestCase - class junit.framework.TestCase
A test case defines the fixture to run multiple tests.
TestCase() - constructor for class junit.framework.TestCase
No-arg constructor to enable serialization.
TestCase(String) - constructor for class junit.framework.TestCase
Constructs a test case with the given name.
A custom class loader which enables the reloading of classes for each test run.
TestCaseClassLoader() - constructor for class junit.runner.TestCaseClassLoader
Constructs a TestCaseLoader.
TestCaseClassLoader(String) - constructor for class junit.runner.TestCaseClassLoader
Constructs a TestCaseLoader.
TestCollector - interface junit.runner.TestCollector
Collects Test class names to be presented by the TestSelector.
testCount() - method in class junit.framework.TestSuite
Returns the number of tests in this suite
TestDecorator - class junit.extensions.TestDecorator
A Decorator for Tests.
TestDecorator(junit.framework.Test) - constructor for class junit.extensions.TestDecorator
testEnded(String) - method in class junit.runner.BaseTestRunner
testEnded(String) - method in class junit.runner.TestRunListener
testEnded(String) - method in class junit.awtui.TestRunner
testEnded(String) - method in class junit.swingui.TestRunner
testEnded(String) - method in class junit.textui.TestRunner
testFailed(int,String,String) - method in class junit.runner.TestRunListener
TestFailure - class junit.framework.TestFailure
A TestFailure collects a failed test together with the caught exception.
TestFailure(junit.framework.Test,Throwable) - constructor for class junit.framework.TestFailure
Constructs a TestFailure with the given test and exception.
TestListener - interface junit.framework.TestListener
A Listener for test progress
TestResult - class junit.framework.TestResult
A TestResult collects the results of executing a test case.
TestResult() - constructor for class junit.framework.TestResult
testRunEnded(long) - method in class junit.runner.TestRunListener
TestRunListener - interface junit.runner.TestRunListener
A listener interface for observing the execution of a test run.
TestRunner - class junit.awtui.TestRunner
An AWT based user interface to run tests.
TestRunner - class junit.swingui.TestRunner
An AWT based user interface to run tests.
TestRunner - class junit.textui.TestRunner
A command line based tool to run tests.
TestRunner() - constructor for class junit.awtui.TestRunner
TestRunner() - constructor for class junit.swingui.TestRunner
TestRunner() - constructor for class junit.textui.TestRunner
Constructs a TestRunner.
TestRunner(junit.textui.ResultPrinter) - constructor for class junit.textui.TestRunner
Constructs a TestRunner using the given ResultPrinter all the output
TestRunner(PrintStream) - constructor for class junit.textui.TestRunner
Constructs a TestRunner using the given stream for all the output
testRunStarted(String,int) - method in class junit.runner.TestRunListener
testRunStopped(long) - method in class junit.runner.TestRunListener
tests() - method in class junit.framework.TestSuite
Returns the tests as an enumeration
TestSetup - class junit.extensions.TestSetup
A Decorator to set up and tear down additional fixture state.
TestSetup(junit.framework.Test) - constructor for class junit.extensions.TestSetup
testStarted(String) - method in class junit.runner.BaseTestRunner
testStarted(String) - method in class junit.runner.TestRunListener
testStarted(String) - method in class junit.awtui.TestRunner
testStarted(String) - method in class junit.swingui.TestRunner
testStarted(String) - method in class junit.textui.TestRunner
TestSuite - class junit.framework.TestSuite
A TestSuite is a Composite of Tests.
TestSuite() - constructor for class junit.framework.TestSuite
Constructs an empty TestSuite.
TestSuite(Class) - constructor for class junit.framework.TestSuite
Constructs a TestSuite from the given class.
TestSuite(Class,String) - constructor for class junit.framework.TestSuite
Constructs a TestSuite from the given class with the given name.
TestSuite(Class[]) - constructor for class junit.framework.TestSuite
Constructs a TestSuite from the given array of classes.
TestSuite(Class[],String) - constructor for class junit.framework.TestSuite
Constructs a TestSuite from the given array of classes with the given name.
TestSuite(String) - constructor for class junit.framework.TestSuite
Constructs an empty TestSuite.
TestSuiteLoader - interface junit.runner.TestSuiteLoader
An interface to define how a test suite should be loaded.
thrownException() - method in class junit.framework.TestFailure
Gets the thrown exception.
toString() - method in class junit.extensions.RepeatedTest
toString() - method in class junit.framework.TestCase
Returns a string representation of the test case
toString() - method in class junit.extensions.TestDecorator
toString() - method in class junit.framework.TestFailure
Returns a short description of the failure.
toString() - method in class junit.framework.TestSuite
trace() - method in class junit.framework.TestFailure
truncate(String) - static method in class junit.runner.BaseTestRunner
Truncates a String to the maximum length.

U

useReloadingTestSuiteLoader() - method in class junit.runner.BaseTestRunner

V

Version - class junit.runner.Version
This class defines the current version of JUnit

W

warning(String) - static method in class junit.framework.TestSuite
Returns a test which will fail and log a warning message.
wasSuccessful() - method in class junit.framework.TestResult
Returns whether the entire test was successful or not.