HomeSort by relevance Sort by last modified time
    Searched full:assertunsupported (Results 1 - 1 of 1) sorted by null

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

Completed in 55 milliseconds