Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
M
N
O
P
R
S
T
V
W
A
addError(Test, Throwable)
- Method in class j2meunit.framework.
TestResult
Adds an error to the list of errors.
addError(Test, Throwable)
- Method in interface j2meunit.framework.
TestListener
An error occurred.
addError(Test, Throwable)
- Method in class j2meunit.midletui.
TestRunner
TestListener.addError() - will print 'E' to System.out.
addError(Test, Throwable)
- Method in class j2meunit.textui.
TestRunner
DOCUMENT ME!
addFailure(Test, AssertionFailedError)
- Method in class j2meunit.framework.
TestResult
Adds a failure to the list of failures.
addFailure(Test, AssertionFailedError)
- Method in interface j2meunit.framework.
TestListener
A failure occurred.
addFailure(Test, AssertionFailedError)
- Method in class j2meunit.midletui.
TestRunner
TestListener.addError() - will print 'F' to System.out.
addFailure(Test, AssertionFailedError)
- Method in class j2meunit.textui.
TestRunner
DOCUMENT ME!
addListener(TestListener)
- Method in class j2meunit.framework.
TestResult
Registers a TestListener
addTest(Test)
- Method in class j2meunit.framework.
TestSuite
Adds a test to the suite.
addToResultsList(String)
- Method in class j2meunit.midletui.
TestRunner
Add a string to the result output.
addToResultsList(Throwable)
- Method in class j2meunit.midletui.
TestRunner
Add a string to the result output.
aErrorInfo
- Variable in class j2meunit.midletui.
TestRunner
aFailureInfo
- Variable in class j2meunit.midletui.
TestRunner
aProgressBar
- Variable in class j2meunit.midletui.
TestRunner
aResult
- Variable in class j2meunit.midletui.
TestRunner
aResultsList
- Variable in class j2meunit.midletui.
TestRunner
Assert
- class j2meunit.framework.
Assert
.
A set of assert methods.
Assert()
- Constructor for class j2meunit.framework.
Assert
Creates a new Assert object.
assertEquals(long, long)
- Method in class j2meunit.framework.
Assert
Asserts that two longs are equal.
assertEquals(Object, Object)
- Method in class j2meunit.framework.
Assert
Asserts that two objects are equal.
assertEquals(String, long, long)
- Method in class j2meunit.framework.
Assert
Asserts that two longs are equal.
assertEquals(String, Object, Object)
- Method in class j2meunit.framework.
Assert
Asserts that two objects are equal.
assertionCount()
- Method in class j2meunit.framework.
TestResult
Gets the number of detected failures.
AssertionFailedError
- error j2meunit.framework.
AssertionFailedError
.
Thrown when an assertion failed.
AssertionFailedError()
- Constructor for class j2meunit.framework.
AssertionFailedError
Creates a new AssertionFailedError object.
AssertionFailedError(String)
- Constructor for class j2meunit.framework.
AssertionFailedError
Creates a new AssertionFailedError object.
assertionMade()
- Method in class j2meunit.framework.
TestResult
Adds a failure to the list of failures.
assertNotNull(Object)
- Method in class j2meunit.framework.
Assert
Asserts that an object isn't null.
assertNotNull(String, Object)
- Method in class j2meunit.framework.
Assert
Asserts that an object isn't null.
assertNull(Object)
- Method in class j2meunit.framework.
Assert
Asserts that an object is null.
assertNull(String, Object)
- Method in class j2meunit.framework.
Assert
Asserts that an object is null.
assertSame(Object, Object)
- Method in class j2meunit.framework.
Assert
Asserts that two objects refer to the same object.
assertSame(String, Object, Object)
- Method in class j2meunit.framework.
Assert
Asserts that two objects refer to the same object.
assertTrue(boolean)
- Method in class j2meunit.framework.
Assert
Asserts that a condition is true.
assertTrue(String, boolean)
- Method in class j2meunit.framework.
Assert
Asserts that a condition is true.
aWriter
- Variable in class j2meunit.midletui.
TestRunner
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
M
N
O
P
R
S
T
V
W