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

<<11121314151617181920>>

  /external/icu4c/test/intltest/
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): ");
  /libcore/luni/src/test/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HeaderTest.java 21 import junit.framework.TestSuite;
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
LockSupportTest.java 18 return new TestSuite(LockSupportTest.class);
  /cts/tools/host/src/res/
cts_result.xsl 354 <xsl:value-of select="count(TestSuite//Test[@result = 'pass'])"/>
357 <xsl:value-of select="count(TestSuite//Test[@result = 'fail'])"/>
360 <xsl:value-of select="count(TestSuite//Test[@result = 'timeout'])"/>
363 <xsl:value-of select="count(TestSuite//Test)"/>
390 <xsl:variable name="numMatching" select="count(TestResult/TestPackage/TestSuite//TestCase/Test[@result=$resultFilter])" />
404 or count(TestSuite//TestCase/Test[@result=$resultFilter]) &gt; 0">
424 <xsl:for-each select="TestSuite//TestCase">
434 <xsl:for-each select="ancestor::TestSuite">
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageXmlParser.java 46 * <TestSuite ...>
53 private static final String TEST_SUITE_TAG = "TestSuite";
  /dalvik/dx/src/junit/framework/
TestCase.java 55 * The tests to be run can be collected into a TestSuite. JUnit provides
67 * @see TestSuite
  /external/chromium/third_party/icu/source/test/intltest/
itutil.cpp 43 if (exec) logln("TestSuite Utilities: ");
66 if (exec) logln("TestSuite Utilities: ");
escoll.cpp 102 if (exec) logln("TestSuite CollationSpanishTest: ");
itformat.cpp 83 if (exec) logln("TestSuite Format: ");
  /external/junit/src/junit/framework/
TestCase.java 57 * The tests to be run can be collected into a TestSuite. JUnit provides
69 * @see TestSuite
  /frameworks/base/test-runner/src/android/test/
AndroidTestRunner.java 28 import junit.framework.TestSuite;
65 if (TestSuite.class.isAssignableFrom(testClass)) {
  /libcore/junit/src/main/java/junit/framework/
TestCase.java 55 * The tests to be run can be collected into a TestSuite. JUnit provides
67 * @see TestSuite
  /libcore/luni/src/test/java/com/google/coretests/
StatTestRunner.java 21 import junit.framework.TestSuite;
84 run(new TestSuite(testClass));
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
IvParameterSpecTest.java 38 import junit.framework.TestSuite;
161 return new TestSuite(IvParameterSpecTest.class);
OAEPParameterSpecTest.java 38 import junit.framework.TestSuite;
195 return new TestSuite(OAEPParameterSpecTest.class);
PSourceTest.java 35 import junit.framework.TestSuite;
156 return new TestSuite(PSourceTest.class);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KSPrivateKeyEntryTest.java 39 import junit.framework.TestSuite;
231 return new TestSuite(KSPrivateKeyEntryTest.class);
  /libcore/luni/src/test/java/tests/api/javax/security/cert/
CertificateTest.java 31 import junit.framework.TestSuite;
192 return new TestSuite(CertificateTest.class);
  /libcore/luni/src/test/java/tests/security/cert/
X509CRLEntryTest.java 32 import junit.framework.TestSuite;
267 return new TestSuite(X509CRLEntryTest.class);
  /external/junit/
README.html 54 <li>TestSuite(Class[]).&nbsp;
55 There is a new TestSuite constructor that takes an array of classes as
95 TestSuite constructrs for Class[]</a></li>
296 TestSuite.fName.</font></li>
360 <font color="#000000">Added TestSuite.getName()</font></li>
390 [ #233094 ] TestSuite masks exceptions
411 <font color="#000000">Added TestSuite.addTestSuite(Class testClass)</font></li>
413 This method allows to create a TestSuite with a class containing test
416 Instead of writing <b>suite.addTest(new TestSuite(AssertTest.class))
714 - A TestSuite which runs each test in a separate thread and waits unti
    [all...]
  /external/libffi/
configure.ac 37 dnl The -no-testsuite modules omit the test subdir.
38 AM_CONDITIONAL(TESTSUBDIR, test -d $srcdir/testsuite)
363 AC_CONFIG_FILES(include/Makefile include/ffi.h Makefile testsuite/Makefile man/Makefile libffi.pc)
  /cts/tools/host/src/com/android/cts/
TestPlan.java 40 public static final String TEST_SUITE = "TestSuite";
  /dalvik/dx/src/junit/textui/
TestRunner.java 57 run(new TestSuite(testClass));
  /development/testrunner/test_defs/
test_defs.py 96 test: TestSuite to add
  /development/tools/hosttestlib/src/com/android/hosttest/
DeviceTestRunner.java 133 * Override parent to create DeviceTestSuite wrapper, instead of TestSuite

Completed in 236 milliseconds

<<11121314151617181920>>