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
T
tearDown()
- Method in class jmunit.framework.cldc10.
TestCase
A empty mehod used by the framework to release resources used by the tests.
tearDown()
- Method in class jmunit.framework.cldc11.
TestCase
A empty mehod used by the framework to release resources used by the tests.
Test
- Class in
jmunit.framework.cldc10
The Test is a abstract class that has the main implementation to create a executing test class or a utility class to execute others.
Test(int, String)
- Constructor for class jmunit.framework.cldc10.
Test
The default constructor.
test()
- Method in class jmunit.framework.cldc10.
Test
This abstract method is used to execute the tests.
test()
- Method in class jmunit.framework.cldc10.
TestCase
The test method executes all the tests.
test(int)
- Method in class jmunit.framework.cldc10.
TestCase
This method stores all the test methods invocation.
test()
- Method in class jmunit.framework.cldc10.
TestSuite
The test method executes all the TestCases stored by the add method.
Test
- Class in
jmunit.framework.cldc11
The Test is a abstract class that has the main implementation to create a executing test class or a utility class to execute others.
Test(int, String)
- Constructor for class jmunit.framework.cldc11.
Test
The default constructor.
test()
- Method in class jmunit.framework.cldc11.
Test
This abstract method is used to execute the tests.
test()
- Method in class jmunit.framework.cldc11.
TestCase
The test method executes all the tests.
test(int)
- Method in class jmunit.framework.cldc11.
TestCase
This method stores all the test methods invocation.
test()
- Method in class jmunit.framework.cldc11.
TestSuite
The test method executes all the TestCases stored by the add method.
TestCase
- Class in
jmunit.framework.cldc10
The principal class in the framework.
TestCase(int, String)
- Constructor for class jmunit.framework.cldc10.
TestCase
The default constructor.
TestCase
- Class in
jmunit.framework.cldc11
The principal class in the framework.
TestCase(int, String)
- Constructor for class jmunit.framework.cldc11.
TestCase
The default constructor.
TestSuite
- Class in
jmunit.framework.cldc10
The TestSuite class is responsible for execute many TestCases.
TestSuite()
- Constructor for class jmunit.framework.cldc10.
TestSuite
The default constructor.
TestSuite(String)
- Constructor for class jmunit.framework.cldc10.
TestSuite
It must be called by the subclass constructor with a name parameter.
TestSuite
- Class in
jmunit.framework.cldc11
The TestSuite class is responsible for execute many TestCases.
TestSuite()
- Constructor for class jmunit.framework.cldc11.
TestSuite
The default constructor.
TestSuite(String)
- Constructor for class jmunit.framework.cldc11.
TestSuite
It must be called by the subclass constructor with a name parameter.
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