| |
|
| java.lang.Object xdoclet.modules.ojb.tests.TestClass
TestClass | public class TestClass (Code) | | Test class used in some of the unit tests.
|
Method Summary | |
public static String | getShortName() Returns the short name of this class. | public void | initMethod2(String arg) Used as an initialization method in a unit test. | public static void | initMethod3() Used as an initialization method in a unit test. |
getShortName | public static String getShortName()(Code) | | Returns the short name of this class.
The short name |
initMethod2 | public void initMethod2(String arg)(Code) | | Used as an initialization method in a unit test.
Parameters: arg - Some string |
initMethod3 | public static void initMethod3()(Code) | | Used as an initialization method in a unit test.
|
|
|
|