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 73 assertUnsupported("canonical-form", true);
85 assertUnsupported("check-character-normalization", true);
111 assertUnsupported("element-content-whitespace", false);
188 assertUnsupported("namespace-declarations", false); // supported in RI 6
195 assertUnsupported("normalize-characters", true);
210 assertUnsupported("schema-type", "http://www.w3.org/TR/REC-xml"); // supported in RI v6
234 assertUnsupported("validate-if-schema", true);
302 private void assertUnsupported(String name, Object value) {

Completed in 496 milliseconds