| org.jpox.store.poid.UUIDStringPoidGeneratorTest
UUIDStringPoidGeneratorTest | public class UUIDStringPoidGeneratorTest extends TestCase (Code) | | Unit tests for the "uuid-string" identity generation.
version: $Revision: 1.3 $ |
Method Summary | |
public void | testEquality() Test for equality of any identifiers generated. | public void | testStringLength() Test for the length of the generated "uuid-string" string. |
testEquality | public void testEquality()(Code) | | Test for equality of any identifiers generated. Should be unique.
|
testStringLength | public void testStringLength()(Code) | | Test for the length of the generated "uuid-string" string.
Should be 16 characters as per the JDO2 spec.
|
|
|