org.apache.directory.shared.ldap.schema
Class SchemaUtilsTest
java.lang.Object
TestCase
org.apache.directory.shared.ldap.schema.SchemaUtilsTest
public class SchemaUtilsTest
- extends TestCase
The unit tests for methods on SchemaUtils.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaUtilsTest
public SchemaUtilsTest()
getSyntaxes
public static Syntax[] getSyntaxes()
getMatchingRules
public static MatchingRule[] getMatchingRules()
getAttributeTypes
public AttributeType[] getAttributeTypes()
getObjectClasses
public ObjectClass[] getObjectClasses()
testRenderQdescrs
public void testRenderQdescrs()
- Tests rendering operations on qdescrs render method. Both overloaded
operations
SchemaUtils.render(StringBuffer, String[]) and
SchemaUtils.render(String[]) are tested here.
testRenderObjectClassArray
public void testRenderObjectClassArray()