Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
I
J
P
R
S
T
A
add(TestCase)
- Method in class jmunit.framework.cldc10.
TestSuite
The purpose of this method is store TestCases.
add(TestCase)
- Method in class jmunit.framework.cldc11.
TestSuite
The purpose of this method is store TestCases.
addError()
- Static method in class jmunit.framework.cldc10.
Result
Increases the amount of error tests by one.
addError()
- Static method in class jmunit.framework.cldc11.
Result
Increases the amount of error tests by one.
addFail()
- Static method in class jmunit.framework.cldc10.
Result
Increases the amount of failed tests by one.
addFail()
- Static method in class jmunit.framework.cldc11.
Result
Increases the amount of failed tests by one.
addPass()
- Static method in class jmunit.framework.cldc10.
Result
Increases the amount of passed tests by one.
addPass()
- Static method in class jmunit.framework.cldc11.
Result
Increases the amount of passed tests by one.
addRun()
- Static method in class jmunit.framework.cldc10.
Result
Increases the amount of runned tests by one.
addRun()
- Static method in class jmunit.framework.cldc11.
Result
Increases the amount of runned tests by one.
addTotalOfTests(int)
- Static method in class jmunit.framework.cldc10.
Result
Increases the amount of tests.
addTotalOfTests(int)
- Static method in class jmunit.framework.cldc11.
Result
Increases the amount of tests.
AdvancedAssertion
- Class in
jmunit.framework.cldc10
The AdvancedAssertion class is a suite for addons to the core assertions methods.
AdvancedAssertion()
- Constructor for class jmunit.framework.cldc10.
AdvancedAssertion
AdvancedAssertion
- Class in
jmunit.framework.cldc11
The AdvancedAssertion class is a suite for addons to the core assertions methods.
AdvancedAssertion()
- Constructor for class jmunit.framework.cldc11.
AdvancedAssertion
assertEquals(String, Object, Object)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected object and the actual object are equal.
assertEquals(String, String, String)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected String and the actual String are equal.
assertEquals(String, boolean, boolean)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected boolean and the actual boolean are equal.
assertEquals(String, char, char)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected char and the actual char are equal.
assertEquals(String, int, int)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected int and the actual int are equal.
assertEquals(String, byte, byte)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected byte and the actual byte are equal.
assertEquals(String, long, long)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected long and the actual long are equal.
assertEquals(String, short, short)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected short and the actual short are equal.
assertEquals(Object, Object)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected object and the actual object are equal.
assertEquals(String, String)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected String and the actual String are equal.
assertEquals(boolean, boolean)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected boolean and the actual boolean are equal.
assertEquals(char, char)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected char and the actual char are equal.
assertEquals(int, int)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected int and the actual int are equal.
assertEquals(byte, byte)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected byte and the actual byte are equal.
assertEquals(long, long)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected long and the actual long are equal.
assertEquals(short, short)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected short and the actual short are equal.
assertEquals(String, Object, Object)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected object and the actual object are equal.
assertEquals(String, String, String)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected String and the actual String are equal.
assertEquals(String, boolean, boolean)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected boolean and the actual boolean are equal.
assertEquals(String, char, char)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected char and the actual char are equal.
assertEquals(String, int, int)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected int and the actual int are equal.
assertEquals(String, byte, byte)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected byte and the actual byte are equal.
assertEquals(String, long, long)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected long and the actual long are equal.
assertEquals(String, short, short)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected short and the actual short are equal.
assertEquals(String, float, float)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected float and the actual float are equal.
assertEquals(String, double, double)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected double and the actual double are equal.
assertEquals(Object, Object)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected object and the actual object are equal.
assertEquals(String, String)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected String and the actual String are equal.
assertEquals(boolean, boolean)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected boolean and the actual boolean are equal.
assertEquals(char, char)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected char and the actual char are equal.
assertEquals(int, int)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected int and the actual int are equal.
assertEquals(byte, byte)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected byte and the actual byte are equal.
assertEquals(long, long)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected long and the actual long are equal.
assertEquals(short, short)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected short and the actual short are equal.
assertEquals(float, float)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected float and the actual float are equal.
assertEquals(double, double)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected double and the actual double are equal.
assertFalse(String, boolean)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the boolean expression is false.
assertFalse(boolean)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the boolean expression is false.
assertFalse(String, boolean)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the boolean expression is false.
assertFalse(boolean)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the boolean expression is false.
Assertion
- Class in
jmunit.framework.cldc10
The root class for the test classes tree.
Assertion()
- Constructor for class jmunit.framework.cldc10.
Assertion
Assertion
- Class in
jmunit.framework.cldc11
The root class for the test classes tree.
Assertion()
- Constructor for class jmunit.framework.cldc11.
Assertion
AssertionFailedException
- Exception in
jmunit.framework.cldc10
A sub-class of Exception used by the framework to manage a fail in a assertion.
AssertionFailedException()
- Constructor for exception jmunit.framework.cldc10.
AssertionFailedException
The default constructor.
AssertionFailedException
- Exception in
jmunit.framework.cldc11
A sub-class of Exception used by the framework to manage a fail in a assertion.
AssertionFailedException()
- Constructor for exception jmunit.framework.cldc11.
AssertionFailedException
The default constructor.
assertNotEquals(String, Object, Object)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected object and the actual object aren't equal.
assertNotEquals(String, String, String)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected String and the actual String aren't equal.
assertNotEquals(String, boolean, boolean)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected boolean and the actual boolean aren't equal.
assertNotEquals(String, char, char)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected char and the actual char aren't equal.
assertNotEquals(String, int, int)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected int and the actual int aren't equal.
assertNotEquals(String, byte, byte)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected byte and the actual byte aren't equal.
assertNotEquals(String, long, long)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected long and the actual long aren't equal.
assertNotEquals(String, short, short)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected short and the actual short aren't equal.
assertNotEquals(Object, Object)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected object and the actual object aren't equal.
assertNotEquals(String, String)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected String and the actual String aren't equal.
assertNotEquals(boolean, boolean)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected boolean and the actual boolean aren't equal.
assertNotEquals(char, char)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected char and the actual char aren't equal.
assertNotEquals(int, int)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected int and the actual int aren't equal.
assertNotEquals(byte, byte)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected byte and the actual byte aren't equal.
assertNotEquals(long, long)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected long and the actual long aren't equal.
assertNotEquals(short, short)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected short and the actual short aren't equal.
assertNotEquals(String, Object, Object)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected object and the actual object aren't equal.
assertNotEquals(String, String, String)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected String and the actual String aren't equal.
assertNotEquals(String, boolean, boolean)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected boolean and the actual boolean aren't equal.
assertNotEquals(String, char, char)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected char and the actual char aren't equal.
assertNotEquals(String, int, int)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected int and the actual int aren't equal.
assertNotEquals(String, byte, byte)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected byte and the actual byte aren't equal.
assertNotEquals(String, long, long)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected long and the actual long aren't equal.
assertNotEquals(String, short, short)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected short and the actual short aren't equal.
assertNotEquals(String, float, float)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected float and the actual float aren't equal.
assertNotEquals(String, double, double)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected double and the actual double aren't equal.
assertNotEquals(Object, Object)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected object and the actual object aren't equal.
assertNotEquals(String, String)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected String and the actual String aren't equal.
assertNotEquals(boolean, boolean)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected boolean and the actual boolean aren't equal.
assertNotEquals(char, char)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected char and the actual char aren't equal.
assertNotEquals(int, int)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected int and the actual int aren't equal.
assertNotEquals(byte, byte)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected byte and the actual byte aren't equal.
assertNotEquals(long, long)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected long and the actual long aren't equal.
assertNotEquals(short, short)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected short and the actual short aren't equal.
assertNotEquals(float, float)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected float and the actual float aren't equal.
assertNotEquals(double, double)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected double and the actual double aren't equal.
assertNotNull(String, Object)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the object isn't null.
assertNotNull(Object)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the object isn't null.
assertNotNull(String, Object)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the object isn't null.
assertNotNull(Object)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the object isn't null.
assertNotSame(String, Object, Object)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected object and the actual object aren't the same.
assertNotSame(Object, Object)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected object and the actual object aren't the same.
assertNotSame(String, Object, Object)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected object and the actual object aren't the same.
assertNotSame(Object, Object)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected object and the actual object aren't the same.
assertNull(String, Object)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the object is null.
assertNull(Object)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the object is null.
assertNull(String, Object)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the object is null.
assertNull(Object)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the object is null.
assertSame(String, Object, Object)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected object and the actual object are the same.
assertSame(Object, Object)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the expected object and the actual object are the same.
assertSame(String, Object, Object)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected object and the actual object are the same.
assertSame(Object, Object)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the expected object and the actual object are the same.
assertTrue(String, boolean)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the boolean expression is true.
assertTrue(boolean)
- Static method in class jmunit.framework.cldc10.
Assertion
Assert if the boolean expression is true.
assertTrue(String, boolean)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the boolean expression is true.
assertTrue(boolean)
- Static method in class jmunit.framework.cldc11.
Assertion
Assert if the boolean expression is true.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
I
J
P
R
S
T