Uses of Interface
j2meunit.framework.TestMethod

Packages that use TestMethod
j2meunit.examples   
j2meunit.framework   
 

Uses of TestMethod in j2meunit.examples
 

Constructors in j2meunit.examples with parameters of type TestMethod
TestTwo(java.lang.String sName, TestMethod rTestMethod)
          TestOne constructor comment.
TestOne(java.lang.String sTestName, TestMethod rTestMethod)
          TestOne constructor comment.
 

Uses of TestMethod in j2meunit.framework
 

Methods in j2meunit.framework that return TestMethod
 TestMethod TestCase.getTestMethod()
          Returns the Method to be executed by the test case instance.
 

Methods in j2meunit.framework with parameters of type TestMethod
 void TestCase.setTestMethod(java.lang.String methodName, TestMethod testMethod)
          Convenience method to set the name and wrapper of the method to be executed by the test case instance.
 void TestCase.setTestMethod(TestMethod testMethod)
          To set the method to be executed by the test case instance.
 

Constructors in j2meunit.framework with parameters of type TestMethod
TestCase(java.lang.String name, TestMethod testMethod)
          Constructor for a test that will execute a particular test method.