Home | History | Annotate | Download | only in core

Lines Matching refs:success

74       boolean success;
87 success = attribute.isSupported(featureXML, version);
88 assertTrue("nodeissupported02_XML1", success);
89 success = attribute.isSupported(featureXML, version1);
90 assertTrue("nodeissupported02_XML2", success);
94 success = attribute.isSupported(featureCore, version);
95 assertTrue("nodeissupported02_Core1", success);
96 success = attribute.isSupported(featureCore, version1);
97 success = attribute.isSupported(featureCore, version2);
98 assertTrue("nodeissupported02_Core3", success);