HomeSort by relevance Sort by last modified time
    Searched defs:XmlTest (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/util/src/android/util/cts/
XmlTest.java 48 public class XmlTest extends AndroidTestCase {
  /external/tinyxml/
xmltest.cpp 29 bool XmlTest (const char* testString, const char* expected, const char* found, bool noEcho = false)
50 bool XmlTest( const char* testString, int expected, int found, bool noEcho = false )
252 XmlTest( "Output stream correct.", string( demoEnd ).c_str(),
257 XmlTest( "Root element exists.", true, ( node != 0 && node->ToElement() ) );
258 XmlTest ( "Root element value is 'ToDo'.", "ToDo", node->Value());
261 XmlTest( "First child exists & is a comment.", true, ( node != 0 && node->ToComment() ) );
263 XmlTest( "Sibling element exists & is an element.", true, ( node != 0 && node->ToElement() ) );
264 XmlTest ( "Value is 'Item'.", "Item", node->Value() );
267 XmlTest ( "First child exists.", true, ( node != 0 && node->ToText() ) );
268 XmlTest ( "Value is 'Go to the'.", "Go to the", node->Value() )
    [all...]
  /external/testng/src/main/java/org/testng/xml/
XmlTest.java 23 public class XmlTest implements Serializable, Cloneable {
62 * Constructs a <code>XmlTest</code> and adds it to suite's list of tests.
67 public XmlTest(XmlSuite suite, int index) {
71 public XmlTest(XmlSuite suite) {
86 public XmlTest() {
632 System.out.println("[XmlTest] " + s);
636 * Clone the <TT>source</TT> <CODE>XmlTest</CODE> by including:
643 * @return a clone of the current XmlTest
647 XmlTest result = new XmlTest(getSuite())
    [all...]
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 255 milliseconds