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
S
setName(String)
- Method in class j2meunit.framework.
TestCase
To set the test name.
setOutputMode(boolean, boolean)
- Method in class j2meunit.midletui.
TestRunner
To set the output mode(s) for this TestRunner.
setTestMethod(String, TestMethod)
- Method in class j2meunit.framework.
TestCase
Convenience method to set the name and wrapper of the method to be executed by the test case instance.
setTestMethod(TestMethod)
- Method in class j2meunit.framework.
TestCase
To set the method to be executed by the test case instance.
setTestMethodName(String)
- Method in class j2meunit.framework.
TestCase
Deprecated.
Replaced by setName(String)
setUp()
- Method in class j2meunit.framework.
TestCase
Sets up the fixture, for example, open a network connection.
setWriter(PrintStream)
- Method in class j2meunit.midletui.
TestRunner
Set the output stream.
shouldStop()
- Method in class j2meunit.framework.
TestResult
Checks whether the test run should stop
showResult()
- Method in class j2meunit.midletui.
TestRunner
To display the result of the test in a javax.microedition.lcdui.List screen.
start(String[])
- Method in class j2meunit.midletui.
TestRunner
Starts a test run. processes the command line arguments and creates a test suite from it.
start(String[])
- Method in class j2meunit.textui.
TestRunner
Starts a test run.
startApp()
- Method in class j2meunit.examples.midp.
ExampleTestMidlet
startApp.
startApp()
- Method in class j2meunit.midletui.
TestRunner
Default implementation that reads the attribute J2MEUnitTestClasses with getAppProperty and invokes the method start() with the result string.
startTest(Test)
- Method in class j2meunit.framework.
TestResult
Informs the result that a test will be started.
startTest(Test)
- Method in interface j2meunit.framework.
TestListener
A test started.
startTest(Test)
- Method in class j2meunit.midletui.
TestRunner
TestListener.startTest() - will print '.' to te System.out.
startTest(Test)
- Method in class j2meunit.textui.
TestRunner
DOCUMENT ME!
stop()
- Method in class j2meunit.framework.
TestResult
Marks that the test run should stop.
StringUtil
- class j2meunit.util.
StringUtil
.
A class with junit related String utilities.
StringUtil()
- Constructor for class j2meunit.util.
StringUtil
Creates a new StringUtil object.
suite()
- Method in class j2meunit.examples.
TestTwo
Create the test suite.
suite()
- Method in class j2meunit.examples.
TestOne
To create the test suite.
suite()
- Method in class j2meunit.examples.
TestAll
suite()
- Method in class j2meunit.framework.
TestCase
This method should be overridden if a test case contains multiple test methods.
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