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

A

ActiveTestSuite - class junit.extensions.ActiveTestSuite.
A TestSuite for active Tests.
ActiveTestSuite() - Constructor for class junit.extensions.ActiveTestSuite
 
addError(Test, Throwable) - Method in class junit.awtui.TestRunner
 
addError(Test, Throwable) - Method in interface junit.framework.TestListener
An error occurred.
addError(Test, Throwable) - Method in class junit.framework.TestResult
Adds an error to the list of errors.
addError(Test, Throwable) - Method in class junit.swingui.TestRunner
 
addError(Test, Throwable) - Method in class junit.textui.TestRunner
 
addFailure(Test, AssertionFailedError) - Method in class junit.awtui.TestRunner
 
addFailure(Test, AssertionFailedError) - Method in interface junit.framework.TestListener
A failure occurred.
addFailure(Test, AssertionFailedError) - Method in class junit.framework.TestResult
Adds a failure to the list of failures.
addFailure(Test, AssertionFailedError) - Method in class junit.swingui.TestRunner
 
addFailure(Test, AssertionFailedError) - Method in class junit.textui.TestRunner
 
addListener(TestListener) - Method in class junit.framework.TestResult
Registers a TestListener
addTest(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
asBoolean(Object) - Method in class junitx.framework.PrivateTestCase
converts a Boolean into a boolean.
asByte(Object) - Method in class junitx.framework.PrivateTestCase
converts a Byte into a byte.
asChar(Object) - Method in class junitx.framework.PrivateTestCase
converts a Character into a char.
asDouble(Object) - Method in class junitx.framework.PrivateTestCase
converts a Double into a double.
asFloat(Object) - Method in class junitx.framework.PrivateTestCase
converts a Float into a float.
asInt(Object) - Method in class junitx.framework.PrivateTestCase
converts a Integer into a int.
asLong(Object) - Method in class junitx.framework.PrivateTestCase
converts a Long longo a long.
Assert - class junit.framework.Assert.
A set of assert methods.
assert(boolean) - Static method in class junit.framework.Assert
Deprecated. use assertTrue
assert(String, boolean) - Static method in class junit.framework.Assert
Deprecated. use assertTrue
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.
AssertionFailedError - error junit.framework.AssertionFailedError.
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.
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.
asShort(Object) - Method in class junitx.framework.PrivateTestCase
converts a Short shorto a short.

B

BaseTestRunner - class junit.runner.BaseTestRunner.
Base class for all test runners.
BaseTestRunner() - Constructor for class junit.runner.BaseTestRunner
 
basicRun(TestResult) - Method in class junit.extensions.TestDecorator
The basic run behaviour.
BOLD_FONT - Static variable in class junit.swingui.StatusLine
 
browseTestClasses() - Method in class junit.swingui.TestRunner
 

C

ClassPathTestCollector - class junit.runner.ClassPathTestCollector.
An implementation of a TestCollector that consults the class path.
ClassPathTestCollector() - Constructor for class junit.runner.ClassPathTestCollector
 
clear() - Method in interface junit.runner.FailureDetailView
Clears the view
clear() - Method in class junit.swingui.StatusLine
 
collectTests() - Method in interface junit.runner.TestCollector
Returns an enumeration of Strings with qualified class names
collectTests() - Method in class junit.runner.ClassPathTestCollector
 
CounterPanel - class junit.swingui.CounterPanel.
A panel with test run counters
CounterPanel() - Constructor for class junit.swingui.CounterPanel
 
countTestCases() - Method in class junit.extensions.TestDecorator
 
countTestCases() - Method in class junit.extensions.RepeatedTest
 
countTestCases() - Method in class junit.framework.TestCase
Counts the number of test cases executed by run(TestResult result).
countTestCases() - Method in class junit.framework.TestSuite
Counts the number of test cases that will be run by this test.
countTestCases() - Method in interface junit.framework.Test
Counts the number of test cases that will be run by this test.

D

doRun(Test, boolean) - Method in class junit.textui.TestRunner
 
dumpKeys() - Method in class junitx.framework.TestedClass
dumps constructor and methods keys.
dumpKeys() - Method in class junitx.framework.TestProxy
dumps constructor and method keys of proxied class.
dumpKeys(String) - Method in class junitx.framework.PrivateTestCase
dumps constructor and method keys for a proxied class.

E

elapsedTimeAsString(long) - Method in class junit.runner.BaseTestRunner
Returns the formatted string of the elapsed time.
endTest(Test) - Method in class junit.awtui.TestRunner
 
endTest(Test) - Method in interface junit.framework.TestListener
A test ended.
endTest(Test) - Method in class junit.framework.TestResult
Informs the result that a test was completed.
endTest(Test) - Method in class junit.swingui.TestRunner
 
endTest(Test) - Method in class junit.textui.TestRunner
 
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
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.
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
 
fError - Variable in class junit.awtui.ProgressBar
 
filterStack(String) - Static method in class junit.runner.BaseTestRunner
Filters stack frames from internal JUnit classes
fProgress - Variable in class junit.awtui.ProgressBar
 
fProgressX - Variable in class junit.awtui.ProgressBar
 
fTotal - Variable in class junit.awtui.ProgressBar
 

G

get(Object, String) - Method in class junitx.framework.PrivateTestCase
gets a field value object.
get(Object, String) - Method in class junitx.framework.TestProxy
gets the value of a field.
get(String, String) - Method in class junitx.framework.PrivateTestCase
gets a field value object of a non-instantiated class.
getBoolean(Object, String) - Method in class junitx.framework.PrivateTestCase
gets a boolean field value.
getBoolean(Object, String) - Method in class junitx.framework.TestProxy
gets the boolean value of a field.
getByte(Object, String) - Method in class junitx.framework.PrivateTestCase
gets a byte field value.
getByte(Object, String) - Method in class junitx.framework.TestProxy
gets the byte value of a field.
getChar(Object, String) - Method in class junitx.framework.PrivateTestCase
gets a char field value.
getChar(Object, String) - Method in class junitx.framework.TestProxy
gets the char value of a field.
getComponent() - Method in interface junit.runner.FailureDetailView
Returns the component used to present the TraceView
getConstructor(Object[]) - Method in class junitx.framework.TestedClass
finds a constructor based on an array of object arguments
getConstructor(String) - Method in class junitx.framework.TestedClass
finds a constructor based on a key
getDouble(Object, String) - Method in class junitx.framework.PrivateTestCase
gets a double field value.
getDouble(Object, String) - Method in class junitx.framework.TestProxy
gets the double value of a field.
getFailures() - Method in class junit.swingui.TestRunner
 
getFailures() - Method in interface junit.swingui.TestRunContext
Returns the failure model
getField(String) - Method in class junitx.framework.TestedClass
gets a field based on it's name
getFilteredTrace(Throwable) - Static method in class junit.runner.BaseTestRunner
Returns a filtered stack trace
getFloat(Object, String) - Method in class junitx.framework.PrivateTestCase
gets a float field value.
getFloat(Object, String) - Method in class junitx.framework.TestProxy
gets the float value of a field.
getIconResource(Class, String) - Static method in class junit.swingui.TestRunner
 
getInt(Object, String) - Method in class junitx.framework.PrivateTestCase
gets an integer field value.
getInt(Object, String) - Method in class junitx.framework.TestProxy
gets the int value of a field.
getLoader() - Method in class junit.runner.BaseTestRunner
Returns the loader to be used.
getLoader() - Method in class junit.textui.TestRunner
Always use the StandardTestSuiteLoader.
getLong(Object, String) - Method in class junitx.framework.PrivateTestCase
gets a long field value.
getLong(Object, String) - Method in class junitx.framework.TestProxy
gets the long value of a field.
getMethod(String) - Method in class junitx.framework.TestedClass
finds a method based on a key
getMethod(String, Object[]) - Method in class junitx.framework.TestedClass
gets a method based on it's name and a argument object array
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.
getPkgName() - Method in class junitx.framework.TestedClass
returns the package name of the wrapped class.
getPreference(String) - Static method in class junit.runner.BaseTestRunner
 
getPreference(String, int) - Static method in class junit.runner.BaseTestRunner
 
getProxiedClass() - Method in class junitx.framework.TestProxy
gets the proxied class
getReason() - Method in class junitx.framework.TestAccessException
gets the reason for this exception
getResource(String) - Method in class junit.runner.TestCaseClassLoader
 
getResourceAsStream(String) - Method in class junit.runner.TestCaseClassLoader
 
getRunner() - Method in class junit.awtui.TestRunner
 
getShort(Object, String) - Method in class junitx.framework.PrivateTestCase
gets a short field value.
getShort(Object, String) - Method in class junitx.framework.TestProxy
gets the short value of a field.
getTest() - Method in class junit.extensions.TestDecorator
 
getTest(String) - Method in class junit.runner.BaseTestRunner
Returns the Test corresponding to the given suite.
getTestedClass() - Method in class junitx.framework.TestedClass
 
getTestedClassName() - Method in class junitx.framework.TestProxy
gets the real tested class name

H

handleTestSelected(Test) - Method in class junit.swingui.TestRunner
 
handleTestSelected(Test) - Method in interface junit.swingui.TestRunContext
Handles the selection of a Test.

I

id() - Static method in class junit.runner.Version
 
init(TestedClass) - Method in class junitx.framework.TestProxy
initializes a proxy.
insertUpdate(DocumentEvent) - Method in class junit.swingui.TestRunner
 
inVAJava() - Static method in class junit.runner.BaseTestRunner
 
invoke(Object, String, Object[]) - Method in class junitx.framework.PrivateTestCase
invokes a method on a proxied class.
invoke(Object, String, Object[]) - Method in class junitx.framework.TestProxy
invokes a method of a tested class.
invokeWithKey(Object, String, Object[]) - Method in class junitx.framework.PrivateTestCase
invokes a method on a proxied class using a method key.
invokeWithKey(Object, String, Object[]) - Method in class junitx.framework.TestProxy
invokes a method of a class receiving simple data type arguments.
isExcluded(String) - Method in class junit.runner.TestCaseClassLoader
 

J

junit.awtui - package junit.awtui
 
junit.extensions - package junit.extensions
 
junit.framework - package junit.framework
 
junit.runner - package junit.runner
 
junit.swingui - package junit.swingui
 
junit.textui - package junit.textui
 
junit.ui - package junit.ui
 
junitx.framework - package junitx.framework
 

L

load(String) - Method in class junit.runner.StandardTestSuiteLoader
Uses the system class loader to load the test class
load(String) - Method in interface junit.runner.TestSuiteLoader
 
load(String) - Method in class junit.runner.ReloadingTestSuiteLoader
 
loadClass(String, boolean) - Method in class junit.runner.TestCaseClassLoader
 
loadImage(String) - Method in class junit.awtui.Logo
 
LoadingTestCollector - class junit.runner.LoadingTestCollector.
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
 
Logo - class junit.awtui.Logo.
 
Logo() - Constructor for class junit.awtui.Logo
 

M

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.textui.TestRunner
 
main(String[]) - Static method in class junit.ui.TestRunner
Deprecated.  

N

name() - Method in class junit.framework.TestCase
Deprecated. use getName()
newInstance(Object[]) - Method in class junitx.framework.TestProxy
invokes a constructor of a tested class.
newInstance(String, Object[]) - Method in class junitx.framework.PrivateTestCase
invokes a constructor of a tested class.
newInstanceWithKey(String, Object[]) - Method in class junitx.framework.TestProxy
invokes a constructor of a class receiving simple data type arguments.
newInstanceWithKey(String, String, Object[]) - Method in class junitx.framework.PrivateTestCase
invokes a constructor of a class receiving simple data type arguments.

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
 
PLAIN_FONT - Static variable in class junit.swingui.StatusLine
 
print(TestResult) - Method in class junit.textui.TestRunner
Prints failures to the standard output
printErrors(TestResult) - Method in class junit.textui.TestRunner
Prints the errors to the standard output
printFailures(TestResult) - Method in class junit.textui.TestRunner
Prints failures to the standard output
printHeader(TestResult) - Method in class junit.textui.TestRunner
Prints the header of the report
printStackTrace() - Method in class junitx.framework.TestAccessException
prints the stack trace of the thrown exception
printStackTrace(PrintStream) - Method in class junitx.framework.TestAccessException
prints the stack trace of the thrown target exception to the specified print stream.
printStackTrace(PrintWriter) - Method in class junitx.framework.TestAccessException
prints the stack trace of the thrown target exception to the specified print writer.
PrivateTestCase - class junitx.framework.PrivateTestCase.
PrivateTestCase is the parent class of all test cases you supply in order to test private code.
PrivateTestCase(String) - Constructor for class junitx.framework.PrivateTestCase
constructor
ProgressBar - class junit.awtui.ProgressBar.
 
ProgressBar() - Constructor for class junit.awtui.ProgressBar
 
protect() - Method in interface 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.StandardTestSuiteLoader
Uses the system class loader to load the test class
reload(Class) - Method in interface junit.runner.TestSuiteLoader
 
reload(Class) - Method in class junit.runner.ReloadingTestSuiteLoader
 
ReloadingTestSuiteLoader - class junit.runner.ReloadingTestSuiteLoader.
A TestSuite loader that can reload classes.
ReloadingTestSuiteLoader() - Constructor for class junit.runner.ReloadingTestSuiteLoader
 
removeListener(TestListener) - Method in class junit.framework.TestResult
Unregisters a TestListener
removeUpdate(DocumentEvent) - Method in class junit.swingui.TestRunner
 
RepeatedTest - class junit.extensions.RepeatedTest.
A Decorator that runs a test repeatedly.
RepeatedTest(Test, int) - Constructor for class junit.extensions.RepeatedTest
 
rerun() - Method in class junit.awtui.TestRunner
 
reset() - Method in class junit.awtui.ProgressBar
 
reset() - Method in class junit.swingui.CounterPanel
 
run() - Method in class junit.awtui.TestRunner
Deprecated. use runSuite() instead
run() - Method in class junit.framework.TestCase
A convenience method to run this test, collecting the results with a default TestResult object.
run() - Method in class junit.swingui.TestRunner
Deprecated. use runSuite() instead
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(Test) - Static method in class junit.textui.TestRunner
Runs a single test and collects its results.
run(TestResult) - Method in class junit.extensions.TestDecorator
 
run(TestResult) - Method in class junit.extensions.ActiveTestSuite
 
run(TestResult) - Method in class junit.extensions.RepeatedTest
 
run(TestResult) - Method in class junit.extensions.TestSetup
 
run(TestResult) - Method in class junit.framework.TestCase
Runs the test case and collects the results in TestResult.
run(TestResult) - Method in class junit.framework.TestSuite
Runs the tests and collects their result in a TestResult.
run(TestResult) - Method in interface junit.framework.Test
Runs a test and collects its result in a TestResult instance.
runAndWait(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.
runFinished(Test) - Method in class junit.extensions.ActiveTestSuite
 
runProtected(Test, Protectable) - Method in class junit.framework.TestResult
Runs a TestCase.
runSuite() - Method in class junit.awtui.TestRunner
 
runSuite() - Method in class junit.swingui.TestRunner
 
runTest(Test, TestResult) - Method in class junit.extensions.ActiveTestSuite
 
runTest(Test, TestResult) - Method in class junit.framework.TestSuite
 
runTests() - Method in class junit.framework.TestResult
Deprecated. use runCount instead

S

scale(int) - Method in class junit.awtui.ProgressBar
 
setBounds(int, int, int, int) - Method in class junit.awtui.ProgressBar
 
setErrorValue(int) - Method in class junit.swingui.CounterPanel
 
setFailureValue(int) - Method in class junit.swingui.CounterPanel
 
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.
setRunValue(int) - Method in class junit.swingui.CounterPanel
 
setSuite(String) - Method in class junit.swingui.TestRunner
 
setSuiteName(String) - Method in class junit.awtui.TestRunner
 
setTotal(int) - Method in class junit.swingui.CounterPanel
 
shouldStop() - Method in class junit.framework.TestResult
Checks whether the test run should stop
showError(String) - Method in class junit.swingui.StatusLine
 
showFailure(TestFailure) - Method in interface junit.runner.FailureDetailView
Shows details of a TestFailure
showInfo(String) - Method in class junit.swingui.StatusLine
 
SimpleTestCollector - class junit.runner.SimpleTestCollector.
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.
Sorter.Swapper - interface junit.runner.Sorter.Swapper.
 
Sorter() - Constructor for class junit.runner.Sorter
 
sortStrings(Vector, int, int, Sorter.Swapper) - Static method in class junit.runner.Sorter
 
StandardTestSuiteLoader - class junit.runner.StandardTestSuiteLoader.
The standard test suite loader.
StandardTestSuiteLoader() - Constructor for class junit.runner.StandardTestSuiteLoader
 
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(Test) - Method in class junit.awtui.TestRunner
 
startTest(Test) - Method in interface junit.framework.TestListener
A test started.
startTest(Test) - Method in class junit.framework.TestResult
Informs the result that a test will be started.
startTest(Test) - Method in class junit.swingui.TestRunner
 
startTest(Test) - Method in class junit.textui.TestRunner
 
StatusLine - class junit.swingui.StatusLine.
A status line component.
StatusLine(int) - Constructor for class junit.swingui.StatusLine
 
step(boolean) - Method in class junit.awtui.ProgressBar
 
stop() - Method in class junit.framework.TestResult
Marks that the test run should stop.
SUITE_METHODNAME - Static variable in class junit.runner.BaseTestRunner
 
swap(Vector, int, int) - Method in interface junit.runner.Sorter.Swapper
 

T

terminate() - Method in class junit.swingui.TestRunner
Terminates the TestRunner
Test - interface junit.framework.Test.
A Test can be run and collect its results.
TestAccessException - exception junitx.framework.TestAccessException.
The TestAccessException is beeing thrown instead of the bunch of exceptions concerning the reflection API.
TestAccessException() - Constructor for class junitx.framework.TestAccessException
constructor
TestAccessException(String) - Constructor for class junitx.framework.TestAccessException
constructor
TestAccessException(String, Exception) - Constructor for class junitx.framework.TestAccessException
constructor
TestAccessException(String, Object, String, String) - Constructor for class junitx.framework.TestAccessException
constructor
TestAccessException(String, Object, String, String, Exception) - Constructor for class junitx.framework.TestAccessException
constructor
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(String) - Constructor for class junit.framework.TestCase
Constructs a test case with the given name.
TestCaseClassLoader - class junit.runner.TestCaseClassLoader.
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(Test) - Constructor for class junit.extensions.TestDecorator
 
TestedClass - class junitx.framework.TestedClass.
TestedClass contains new methods for managing a tested class through a TestProxy as well as some wrappers to access methods of the original Class implementation.
TestedClass(Class) - Constructor for class junitx.framework.TestedClass
constructor.
testErrors() - Method in class junit.framework.TestResult
Deprecated. use errorCount instead
TestFailure - class junit.framework.TestFailure.
A TestFailure collects a failed test together with the caught exception.
TestFailure(Test, Throwable) - Constructor for class junit.framework.TestFailure
Constructs a TestFailure with the given test and exception.
testFailures() - Method in class junit.framework.TestResult
Deprecated. use failureCount instead
TestListener - interface junit.framework.TestListener.
A Listener for test progress
TestPackage - interface junitx.framework.TestPackage.
A marker interface for classes collecting classes extending TestCase.
TestProxy - class junitx.framework.TestProxy.
The TestProxyImpl is beeing used to create a TestProxy in each package which contains testcases of package private classes which should be tested.
TestProxy() - Constructor for class junitx.framework.TestProxy
 
TestResult - class junit.framework.TestResult.
A TestResult collects the results of executing a test case.
TestResult() - Constructor for class junit.framework.TestResult
 
TestRunContext - interface junit.swingui.TestRunContext.
The interface for accessing the Test run context.
TestRunner - class junit.awtui.TestRunner.
An AWT based user interface to run tests.
TestRunner - class junit.swingui.TestRunner.
A Swing based user interface to run tests.
TestRunner - class junit.textui.TestRunner.
A command line based tool to run tests.
TestRunner - class junit.ui.TestRunner.
Deprecated. use junit.awtui.TestRunner.
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() - Constructor for class junit.ui.TestRunner
Deprecated.  
TestRunner(PrintStream) - Constructor for class junit.textui.TestRunner
Constructs a TestRunner using the given stream for all the output
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(Test) - Constructor for class junit.extensions.TestSetup
 
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(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.
testViewChanged() - Method in class junit.swingui.TestRunner
 
textChanged() - Method in class junit.swingui.TestRunner
 
thrownException() - Method in class junit.framework.TestFailure
Gets the thrown exception.
toString() - Method in class junitx.framework.TestAccessException
 
toString() - Method in class junit.extensions.TestDecorator
 
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.framework.TestSuite
 
toString() - Method in class junit.framework.TestFailure
Returns a short description of the failure.
truncate(String) - Static method in class junit.runner.BaseTestRunner
Truncates a String to the maximum length.

V

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

W

wasSuccessful() - Method in class junit.framework.TestResult
Returns whether the entire test was successful or not.

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