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

T

tearDown() - Method in class j2meunit.framework.TestCase
Tears down the fixture, for example, close a network connection.
Test - interface j2meunit.framework.Test.
A Test can be run and collect its results.
TestAll - class j2meunit.examples.TestAll.
 
TestAll() - Constructor for class j2meunit.examples.TestAll
TestOne constructor comment.
TestAll(String) - Constructor for class j2meunit.examples.TestAll
 
testAt(int) - Method in class j2meunit.framework.TestSuite
Returns the test at the given index.
TestCase - class j2meunit.framework.TestCase.
A test case defines the fixture to run multiple tests.
TestCase() - Constructor for class j2meunit.framework.TestCase
Default constructor.
TestCase(String) - Constructor for class j2meunit.framework.TestCase
Constructor for a named Test.
TestCase(String, TestMethod) - Constructor for class j2meunit.framework.TestCase
Constructor for a test that will execute a particular test method.
testCount() - Method in class j2meunit.framework.TestSuite
Returns the number of tests in this suite.
testErrors() - Method in class j2meunit.framework.TestResult
Deprecated. use errorCount instead
TestFailure - class j2meunit.framework.TestFailure.
A TestFailure collects a failed test together with the caught exception.
TestFailure(Test, Throwable) - Constructor for class j2meunit.framework.TestFailure
Constructs a TestFailure with the given test and exception.
testFailures() - Method in class j2meunit.framework.TestResult
Deprecated. use failureCount instead
TestListener - interface j2meunit.framework.TestListener.
A Listener for test progress
TestMethod - interface j2meunit.framework.TestMethod.
Wrapper interface for single test methods to alleviate the lack of reflection in J2ME.
TestOne - class j2meunit.examples.TestOne.
Example Testcase 1.
testOne() - Method in class j2meunit.examples.TestTwo
Insert the method's description here.
testOne() - Method in class j2meunit.examples.TestOne
Test method 1.
TestOne() - Constructor for class j2meunit.examples.TestOne
Default constructor.
TestOne(String, TestMethod) - Constructor for class j2meunit.examples.TestOne
TestOne constructor comment.
TestResult - class j2meunit.framework.TestResult.
A TestResult collects the results of executing a test case.
TestResult() - Constructor for class j2meunit.framework.TestResult
Creates a new TestResult object.
TestRunner - class j2meunit.midletui.TestRunner.
A TestRunner that runs as a MIDlet.
TestRunner - class j2meunit.textui.TestRunner.
A command line based tool to run tests.
TestRunner() - Constructor for class j2meunit.midletui.TestRunner
Creates a new TestRunner object.
TestRunner() - Constructor for class j2meunit.textui.TestRunner
Default constructor.
TestRunner(PrintStream) - Constructor for class j2meunit.textui.TestRunner
Constructor with a specific output stream.
tests() - Method in class j2meunit.framework.TestSuite
Returns the tests as an enumeration.
testStepFinished() - Method in class j2meunit.framework.TestCase
Notifies listeners that a test step has finished.
TestSuite - class j2meunit.framework.TestSuite.
A TestSuite is a collection of Test instances which can be run together.
TestSuite() - Constructor for class j2meunit.framework.TestSuite
Default constructor.
TestSuite(Class, String[]) - Constructor for class j2meunit.framework.TestSuite
Creates a new test suite for certain methods of a particular test case class.
TestSuite(String) - Constructor for class j2meunit.framework.TestSuite
To create a test suite with a particular name.
TestSuite(Test) - Constructor for class j2meunit.framework.TestSuite
To create a test suite initialized with a single test.
TestSuite(Test[]) - Constructor for class j2meunit.framework.TestSuite
To create a test suite initialized with multiple tests.
TestTwo - class j2meunit.examples.TestTwo.
Insert the type's description here.
testTwo() - Method in class j2meunit.examples.TestOne
Test method 2.
TestTwo() - Constructor for class j2meunit.examples.TestTwo
TestOne constructor comment.
TestTwo(String, TestMethod) - Constructor for class j2meunit.examples.TestTwo
TestOne constructor comment.
theInstance - Static variable in class j2meunit.midletui.TestRunner
 
thrownException() - Method in class j2meunit.framework.TestFailure
Gets the thrown exception.
toString() - Method in class j2meunit.framework.TestSuite
Create a string description of the suite.
toString() - Method in class j2meunit.framework.TestFailure
Returns a short description of the failure.
toString() - Method in class j2meunit.framework.TestCase
Returns a string representation of the test case.
truncate(String, int) - Static method in class j2meunit.util.StringUtil
Truncates a string to a maximum length.

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