| org.jpox.store.poid.UUIDHexPoidGeneratorTest
UUIDHexPoidGeneratorTest | public class UUIDHexPoidGeneratorTest extends TestCase (Code) | | Unit tests for the "uuid-hex" identity generation.
version: $Revision: 1.2 $ |
Method Summary | |
public void | testEquality() Test for equality of any identifiers generated. | public void | testStringLength() Test for the length of the generated "uuid-hex" 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-hex" string.
Should be 32 characters as per the JDO2 spec.
|
|
|