A B C D E F G H I K L M N O P R S T U W X

T

tearDown() - Method in class momeunit.framework.TestCase
Tears down the fixture.
Test - Interface in momeunit.framework
A Base interface that all tests should implement.
test() - Method in class momeunit.framework.TestCase
Override to run the test and assert its state.
test - Variable in class momeunit.framework.TestFailure
Test instance that failed.
test() - Method in class momeunit.framework.TestSuite.ErrorTestCase
 
TEST_PROPERTY_PREFIX - Static variable in class momeunit.runner.AntTestRunner
Test suite description property prefix.
TEST_PROPERTY_PREFIX - Static variable in class momeunit.runner.MIDletTestRunner
Test suite description property prefix.
testAt(int) - Method in class momeunit.framework.TestSuite
Returns the test at the given index.
TestCase - Class in momeunit.framework
An abstract class that every test case should extend.
TestCase() - Constructor for class momeunit.framework.TestCase
No-arg constructor.
TestCase(String) - Constructor for class momeunit.framework.TestCase
Instantiates TestCase and sets name to the name or classname of TestCase implementation without packages part and ".class" suffix of course if name is null.
testCount() - Method in class momeunit.framework.TestSuite
Returns the number of tests that constitute test suite.
TestFailure - Class in momeunit.framework
Describes a test failure or error.
TestFailure(Test, Throwable) - Constructor for class momeunit.framework.TestFailure
Instantiates a TestFailure with the given Test and Throwable.
TestListener - Interface in momeunit.framework
A Listener for test progress
TestResult - Class in momeunit.framework
A class that collects the results of execution of tests.
TestResult() - Constructor for class momeunit.framework.TestResult
Instantiates TestResult.
tests() - Method in class momeunit.framework.TestSuite
Returns enumeration of tests that constitute test suite.
TESTS_PROPERTY - Static variable in class momeunit.runner.AntTestRunner
Global test suite description property name.
TESTS_PROPERTY - Static variable in class momeunit.runner.MIDletTestRunner
Global test suite description property name.
TestScreen - Class in momeunit.runner
Canvas used by MIDletTestRunner.
TestScreen(String) - Constructor for class momeunit.runner.TestScreen
Instantiates TestScreen with given title and test cases number.
TestScreen(String, int) - Constructor for class momeunit.runner.TestScreen
Instantiates TestScreen with given title and test cases number.
TestScreen(String, int, boolean, boolean) - Constructor for class momeunit.runner.TestScreen
Instantiates TestScreen with given title, test cases number and print behaviour flags.
TestScreen(String, boolean, boolean) - Constructor for class momeunit.runner.TestScreen
Instantiates TestScreen with given title and print behaviour flags.
testSeparators - Static variable in class mome.ext.Utils
Array of separators.
TESTSNAME_PROPERTY - Static variable in class momeunit.runner.AntTestRunner
Global test suite name property name.
TESTSNAME_PROPERTY - Static variable in class momeunit.runner.MIDletTestRunner
Global test suite name property name.
TestSuite - Class in momeunit.framework
A collection of tests that can be processed together.
TestSuite() - Constructor for class momeunit.framework.TestSuite
Constructs an empty TestSuite.
TestSuite(String) - Constructor for class momeunit.framework.TestSuite
Constructs an empty TestSuite with specified name.
TestSuite(Class[]) - Constructor for class momeunit.framework.TestSuite
Constructs a TestSuite with default name consisting of tests specified as classes.
TestSuite(String[]) - Constructor for class momeunit.framework.TestSuite
Constructs a TestSuite with default name consisting of tests specified as classnames.
TestSuite(String, Class[]) - Constructor for class momeunit.framework.TestSuite
Constructs a TestSuite with the given name consisting of tests specified as classes.
TestSuite(String, String[]) - Constructor for class momeunit.framework.TestSuite
Constructs a TestSuite with the given name consisting of tests specified as classnames.
TestSuite.ErrorTestCase - Class in momeunit.framework
Returns the name of the suite.
TestSuite.ErrorTestCase(String, Throwable) - Constructor for class momeunit.framework.TestSuite.ErrorTestCase
 
thrownException() - Method in class momeunit.framework.TestFailure
Returns the thrown exception.
TIMEOUT_PROPERTY - Static variable in class momeunit.runner.AntTestRunner
Timeout property name.
TIMEOUT_PROPERTY - Static variable in class momeunit.runner.MIDletTestRunner
Timeout property name.
toString() - Method in class momeunit.framework.TestCase
Returns a string representation of the test case
toString() - Method in class momeunit.framework.TestFailure
Returns a short description of this TestFailure.
toString() - Method in class momeunit.framework.TestSuite
 

A B C D E F G H I K L M N O P R S T U W X