|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestMethod | |
|---|---|
| com.livescribe.penunit.framework | |
| j2meunit.framework | |
| Uses of TestMethod in com.livescribe.penunit.framework |
|---|
| Constructors in com.livescribe.penunit.framework with parameters of type TestMethod | |
|---|---|
PenletTestCase(java.lang.String name,
TestMethod testMethod,
java.lang.String penletClassName)
|
|
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||