| com.triactive.jdo.store.test.OIDTest
OIDTest | public class OIDTest extends TestCase (Code) | | Tests the functionality of the
OID class.
author: Mike Martin version: $Revision: 1.3 $ |
Constructor Summary | |
public | OIDTest(String name) Used by the JUnit framework to construct tests. |
Method Summary | |
public void | testOID() Test the functionality of the
OID class. |
OIDTest | public OIDTest(String name)(Code) | | Used by the JUnit framework to construct tests. Normally, programmers
would never explicitly use this constructor.
Parameters: name - Name of the TestCase. |
testOID | public void testOID()(Code) | | Test the functionality of the
OID class.
|
|
|