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

A

addError(Test, Throwable) - Method in interface momeunit.framework.TestListener
Informs this listener that an error has occurred.
addError(Test, Throwable) - Method in class momeunit.framework.TestResult
Adds a Throwable thrown while executing test to the list of errors.
addError(Test, Throwable) - Method in class momeunit.runner.AntTestRunner
Sends error test event.
addError(Test, Throwable) - Method in class momeunit.runner.TestScreen
 
addFailure(Test, AssertionFailedError) - Method in interface momeunit.framework.TestListener
Informs this listener that a failure has occurred.
addFailure(Test, AssertionFailedError) - Method in class momeunit.framework.TestResult
Adds a failure of test to the list of failures.
addFailure(Test, AssertionFailedError) - Method in class momeunit.runner.AntTestRunner
Sends failure test event.
addFailure(Test, AssertionFailedError) - Method in class momeunit.runner.TestScreen
 
addTest(Test) - Method in class momeunit.framework.TestSuite
Adds specified test to the test suite.
addTest(Class) - Method in class momeunit.framework.TestSuite
Adds test specified by class implementing Test to the test suite.
addTest(String) - Method in class momeunit.framework.TestSuite
Adds test specified by name of class implementing Test to the test suite.
AntTestRunner - Class in momeunit.runner
Test runner that generates test events to be processed by formatters of MoMEUnit Ant Integration package.
AntTestRunner() - Constructor for class momeunit.runner.AntTestRunner
 
append(String, Font) - Method in class mome.ext.ListShow
 
append(String) - Method in class mome.ext.ListShow
 
Assert - Class in momeunit.framework
A collection of static assert methods.
Assert() - Constructor for class momeunit.framework.Assert
Protect constructor since it is a static only class
assertEquals(String, Object, Object) - Static method in class momeunit.framework.Assert
Asserts that two objects are equal.
assertEquals(Object, Object) - Static method in class momeunit.framework.Assert
Asserts that two objects are equal.
assertEquals(String, String, String) - Static method in class momeunit.framework.Assert
Asserts that two Strings are equal.
assertEquals(String, String) - Static method in class momeunit.framework.Assert
Asserts that two Strings are equal.
assertEquals(String, double, double, double) - Static method in class momeunit.framework.Assert
Asserts that two doubles are equal concerning a delta.
assertEquals(double, double, double) - Static method in class momeunit.framework.Assert
Asserts that two doubles are equal concerning a delta.
assertEquals(String, float, float, float) - Static method in class momeunit.framework.Assert
Asserts that two floats are equal concerning a delta.
assertEquals(float, float, float) - Static method in class momeunit.framework.Assert
Asserts that two floats are equal concerning a delta.
assertEquals(String, long, long) - Static method in class momeunit.framework.Assert
Asserts that two longs are equal.
assertEquals(long, long) - Static method in class momeunit.framework.Assert
Asserts that two longs are equal.
assertEquals(String, boolean, boolean) - Static method in class momeunit.framework.Assert
Asserts that two booleans are equal.
assertEquals(boolean, boolean) - Static method in class momeunit.framework.Assert
Asserts that two booleans are equal.
assertEquals(String, byte, byte) - Static method in class momeunit.framework.Assert
Asserts that two bytes are equal.
assertEquals(byte, byte) - Static method in class momeunit.framework.Assert
Asserts that two bytes are equal.
assertEquals(String, char, char) - Static method in class momeunit.framework.Assert
Asserts that two chars are equal.
assertEquals(char, char) - Static method in class momeunit.framework.Assert
Asserts that two chars are equal.
assertEquals(String, short, short) - Static method in class momeunit.framework.Assert
Asserts that two shorts are equal.
assertEquals(short, short) - Static method in class momeunit.framework.Assert
Asserts that two shorts are equal.
assertEquals(String, int, int) - Static method in class momeunit.framework.Assert
Asserts that two ints are equal.
assertEquals(int, int) - Static method in class momeunit.framework.Assert
Asserts that two ints are equal.
assertFalse(String, boolean) - Static method in class momeunit.framework.Assert
Asserts that a given condition is false.
assertFalse(boolean) - Static method in class momeunit.framework.Assert
Asserts that a given condition is false.
AssertionFailedError - Error in momeunit.framework
An Error thrown when an assertion fails.
AssertionFailedError() - Constructor for error momeunit.framework.AssertionFailedError
Instantiates AssertionFailedError with no descriptive message.
AssertionFailedError(String) - Constructor for error momeunit.framework.AssertionFailedError
Instantiates AssertionFailedError with the specified message.
assertNotNull(Object) - Static method in class momeunit.framework.Assert
Asserts that an object isn't null.
assertNotNull(String, Object) - Static method in class momeunit.framework.Assert
Asserts that an object isn't null.
assertNotSame(String, Object, Object) - Static method in class momeunit.framework.Assert
Asserts that two objects don't refer to the same object.
assertNotSame(Object, Object) - Static method in class momeunit.framework.Assert
Asserts that two objects don't refer to the same object.
assertNull(Object) - Static method in class momeunit.framework.Assert
Asserts that an object is null.
assertNull(String, Object) - Static method in class momeunit.framework.Assert
Asserts that an object is null.
assertSame(String, Object, Object) - Static method in class momeunit.framework.Assert
Asserts that two objects refer to the same object.
assertSame(Object, Object) - Static method in class momeunit.framework.Assert
Asserts that two objects refer to the same object.
assertTrue(String, boolean) - Static method in class momeunit.framework.Assert
Asserts that a given condition is true.
assertTrue(boolean) - Static method in class momeunit.framework.Assert
Asserts that a given condition is true.
AUTO_START_PROPERTY - Static variable in class momeunit.runner.MIDletTestRunner
Autostart property name.

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