HomeSort by relevance Sort by last modified time
    Searched full:testsuite (Results 276 - 300 of 693) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
PBEParameterSpecTest.java 36 import junit.framework.TestSuite;
119 return new TestSuite(PBEParameterSpecTest.class);
  /libcore/luni/src/test/java/tests/security/cert/
CertStoreSpiTest.java 33 import junit.framework.TestSuite;
97 return new TestSuite(CertStoreSpiTest.class);
  /cts/tools/host/src/com/android/cts/
Test.java 131 * Get the parent TestSuite containing the test.
133 * @return The parent TestSuite.
135 public TestSuite getTestSuite() {
164 TestSuite suite = mParentCase.getParent();
  /cts/tools/utils/cts/
tools.py 36 class TestSuite(object):
50 sub_suite = self.test_suites.setdefault(names[0], TestPackage.TestSuite())
56 child = doc.createElement('TestSuite')
75 self.root_suite = self.TestSuite(is_root=True)
  /external/bison/tests/
testsuite.at 1 # Process this file with autom4te to create testsuite. -*- Autotest -*-
  /external/embunit/inc/
embUnit.h 42 #include <TestSuite.h>
HelperMacro.h 42 static const TestSuite su = new_TestSuite(name,(Test**)array,sizeof(array)/sizeof(array[0]))
  /external/gtest/test/
gtest_xml_test_utils.py 95 "testsuite": "name",
104 children. For <testsuite> and <testcase> elements, the ID is the
136 * The "time" attribute of <testsuite> and <testcase> elements is
145 if element.tagName in ("testsuite", "testcase"):
  /external/protobuf/gtest/test/
gtest_xml_test_utils.py 107 "testsuite": "name",
116 children. For <testsuites>, <testsuite> and <testcase> elements, the ID
150 * The "time" attribute of <testsuites>, <testsuite> and <testcase>
159 if element.tagName in ("testsuites", "testsuite", "testcase"):
  /external/webkit/WebKit/chromium/tests/
RunAllTests.cpp 46 int result = TestSuite(argc, argv).Run();
  /libcore/luni/src/test/java/com/google/coretests/
XmlReportPrinter.java 51 private static final String TESTSUITE = "testsuite";
171 serializer.startTag(ns, TESTSUITE);
196 serializer.endTag(ns, TESTSUITE);
  /libcore/luni/src/test/java/org/apache/harmony/xml/
JaxenXPathTestSuite.java 22 import junit.framework.TestSuite;
88 TestSuite result = new TestSuite();
103 private static void contextToTestSuite(TestSuite suite, String url,
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
SystemTest.java 15 return new TestSuite(SystemTest.class);
ThreadLocalTest.java 16 return new TestSuite(ThreadLocalTest.class);
  /external/junit/src/junit/textui/
TestRunner.java 8 import junit.framework.TestSuite;
62 run(new TestSuite(testClass));
193 Test test= TestSuite.createTest(testClass, method);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
AllTests.java 20 import junit.framework.TestSuite;
28 TestSuite suite = new TestSuite("All tests for package org.apache.harmony.security.tests.java.security;");
  /external/webkit/WebKit/chromium/
ChangeLog 552 (.TestSuite):
553 (.TestSuite.prototype.fail):
554 (.TestSuite.prototype.assertEquals):
555 (.TestSuite.prototype.assertTrue):
556 (.TestSuite.prototype.assertContains):
557 (.TestSuite.prototype.takeControl):
558 (.TestSuite.prototype.releaseControl):
559 (.TestSuite.prototype.reportOk_):
560 (.TestSuite.prototype.reportFailure_):
561 (.TestSuite.prototype.runTest)
    [all...]
  /external/junit/src/junit/awtui/
TestRunner.java 39 import junit.framework.TestSuite;
440 reloadedTest= TestSuite.createTest(reloadedTestClass, rerunTest.getName());
487 final Test testSuite= getTest(fSuiteField.getText());
488 if (testSuite != null) {
493 fProgressIndicator.start(testSuite.countTestCases());
497 testSuite.run(fTestResult);
  /external/ipsec-tools/
NEWS 97 o Improved testsuite.
110 o Fixed testsuite and added testsuite run into make check.
  /external/junit/src/junit/runner/
BaseTestRunner.java 21 import junit.framework.TestSuite;
118 return new TestSuite(testClass);
325 "junit.framework.TestSuite",
  /cts/tools/utils/
CollectAllTests.java 101 private static Test TESTSUITE;
115 "\t... CollectAllTests <output-file> <manifest-file> <testsuite-class-name> <makefile-file>");
164 TESTSUITE = (Test) method.invoke(null, (Object[])null);
282 runner.doRun(TESTSUITE);
  /external/chromium/third_party/icu/source/test/intltest/
ficoll.cpp 88 if (exec) logln("TestSuite CollationFinnishTest: ");
tfsmalls.cpp 368 if (exec) logln("TestSuite Format/SmallClasses/ParsePosition (f/chc/sma/pp): ");
372 if (exec) logln("TestSuite Format/SmallClasses/FieldPosition (f/chc/sma/fp): ");
376 if (exec) logln("TestSuite Format/SmallClasses/FieldPositionExample (f/chc/sma/fpe): ");
380 if (exec) logln("TestSuite Format/SmallClasses/Formattable (f/chc/sma/ft): ");
  /external/icu4c/test/intltest/
ficoll.cpp 88 if (exec) logln("TestSuite CollationFinnishTest: ");
itutil.cpp 45 if (exec) logln("TestSuite Utilities: ");
66 logln("TestSuite LocalPointerTest---"); logln();
76 if (exec) logln("TestSuite Utilities: ");
209 logln("TestSuite LocalPointerTest: ");

Completed in 574 milliseconds

<<11121314151617181920>>