A B C D E F G I J M N O P R S T V W

R

run() - Method in class j2meunit.framework.TestCase
A convenience method to run this test, collecting the results with a default TestResult object.
run(Test) - Static method in class j2meunit.textui.TestRunner
Runs a single test and collects its results.
run(TestCase) - Method in class j2meunit.framework.TestResult
Runs a TestCase.
run(TestCase) - Method in interface j2meunit.framework.TestMethod
This is the method that needs to be implemented to invoke the actual test method of the TestCase class.
run(TestResult) - Method in class j2meunit.framework.TestSuite
Runs the tests and collects their result in a TestResult.
run(TestResult) - Method in class j2meunit.framework.TestCase
Runs the test case and collects the results in TestResult.
run(TestResult) - Method in interface j2meunit.framework.Test
Runs a test and collects its result in a TestResult instance.
runBare() - Method in class j2meunit.framework.TestCase
Runs the bare test sequence.
runCount() - Method in class j2meunit.framework.TestResult
Gets the number of run tests.
runProtected(Test, Protectable) - Method in class j2meunit.framework.TestResult
Runs a TestCase.
runTest() - Method in class j2meunit.framework.TestCase
The default implementation will run the TestMethod associated with the TestCase instance and asserts that it is not null.
runTests() - Method in class j2meunit.framework.TestResult
Deprecated. use runCount instead

A B C D E F G I J M N O P R S T V W