()
| 86 | } |
| 87 | |
| 88 | @Test |
| 89 | public void constructor2() { |
| 90 | meta = new UIDMeta(UniqueIdType.METRIC, "000005"); |
| 91 | assertNotNull(meta); |
| 92 | assertEquals(UniqueIdType.METRIC, meta.getType()); |
| 93 | assertEquals("000005", meta.getUID()); |
| 94 | } |
| 95 | |
| 96 | @Test |
| 97 | public void constructor3() { |