| | |
| | | * |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2014 ForgeRock AS. |
| | | * Portions Copyright 2014-2015 ForgeRock AS. |
| | | * |
| | | */ |
| | | package org.opends.server.schema; |
| | |
| | | * |
| | | * @throws Exception If an unexpected problem occurs. |
| | | */ |
| | | @BeforeClass() |
| | | @BeforeClass |
| | | public void setUp() |
| | | throws Exception |
| | | { |
| | |
| | | * Tests to ensure that all attribute syntaxes defined in the schema have |
| | | * valid OIDs. |
| | | */ |
| | | @Test() |
| | | @Test |
| | | public void testEnsureValidSyntaxOIDs() |
| | | { |
| | | TreeSet<String> invalidOIDs = new TreeSet<String>(); |
| | |
| | | * Tests to ensure that all matching rules defined in the schema have valid |
| | | * OIDs. |
| | | */ |
| | | @Test() |
| | | @Test |
| | | public void testEnsureValidMatchingRuleOIDs() |
| | | { |
| | | TreeSet<String> invalidOIDs = new TreeSet<String>(); |
| | |
| | | * |
| | | * @throws Exception If an unexpected problem occurs. |
| | | */ |
| | | @Test() |
| | | @Test |
| | | public void testEnsureValidAttributeTypeOIDs() |
| | | throws Exception |
| | | { |
| | |
| | | * |
| | | * @throws Exception If an unexpected problem occurs. |
| | | */ |
| | | @Test() |
| | | @Test |
| | | public void testEnsureValidObjectClassOIDs() |
| | | throws Exception |
| | | { |
| | |
| | | * |
| | | * @throws Exception If an unexpected problem occurs. |
| | | */ |
| | | @Test() |
| | | @Test |
| | | public void testEnsureValidNameFormOIDs() |
| | | throws Exception |
| | | { |