Home
last modified time | relevance | path

Searched refs:assertUnsupported (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/xml/
DNormalizeTest.java72 assertUnsupported("canonical-form", true); in testCanonicalForm()
84 assertUnsupported("check-character-normalization", true); in testCheckCharacterNormalization()
110 assertUnsupported("element-content-whitespace", false); in testElementContentWhitespace()
187 assertUnsupported("namespace-declarations", false); // supported in RI 6 in testNamespaceDeclarations()
194 assertUnsupported("normalize-characters", true); in testNormalizeCharacters()
208 assertUnsupported("schema-type", "http://www.w3.org/TR/REC-xml"); // supported in RI v6 in testSchemaTypeDtd()
232 assertUnsupported("validate-if-schema", true); in testValidateIfSchema()
300 private void assertUnsupported(String name, Object value) { in assertUnsupported() method in NormalizeTest