HomeSort by relevance Sort by last modified time
    Searched full:testsuite (Results 476 - 500 of 1862) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestSuite.java 34 public class TestSuite {
41 protected TestSuite(String gname, File testFile) {
  /external/libxml2/
check-xml-test-suite.py 15 # the testsuite description
52 # Used to load the XML testsuite description
381 testsuite = conf.getRootElement() variable
382 if testsuite.name != 'TESTSUITE':
383 print "Expecting TESTSUITE root element: aborting"
386 profile = testsuite.prop('PROFILE')
392 case = testsuite.children
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/stress/
StressEmitterTest.java 20 import junit.framework.TestSuite;
33 return new TestSuite(StressEmitterTest.class);
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
Test.py 25 class TestSuite:
26 """TestSuite - Information on a group of tests.
  /frameworks/base/test-base/api/
android-test-base-current.txt 31 public deprecated class InstrumentationTestSuite extends junit.framework.TestSuite {
204 public class TestSuite implements junit.framework.Test {
205 ctor public TestSuite();
206 ctor public TestSuite(java.lang.Class<?>);
207 ctor public TestSuite(java.lang.Class<? extends junit.framework.TestCase>, java.lang.String);
208 ctor public TestSuite(java.lang.String);
209 ctor public TestSuite(java.lang.Class<?>...);
210 ctor public TestSuite(java.lang.Class<? extends junit.framework.TestCase>[], java.lang.String);
  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadLocalTest.java 12 import junit.framework.TestSuite;
22 // return new TestSuite(ThreadLocalTest.class);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHParameterSpecTest.java 32 import junit.framework.TestSuite;
73 return new TestSuite(DHParameterSpecTest.class);
DHPrivateKeySpecTest.java 31 import junit.framework.TestSuite;
63 return new TestSuite(DHPrivateKeySpecTest.class);
DHPublicKeySpecTest.java 31 import junit.framework.TestSuite;
63 return new TestSuite(DHPublicKeySpecTest.class);
  /libcore/luni/src/test/java/tests/security/cert/
CertStoreSpiTest.java 28 import junit.framework.TestSuite;
71 return new TestSuite(CertStoreSpiTest.class);
  /sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/test/
AllTests.java 20 import junit.framework.TestSuite;
46 public class AllTests extends TestSuite {
  /sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/test/
AllTests.java 20 import junit.framework.TestSuite;
46 public class AllTests extends TestSuite {
  /external/libxml2/test/relaxng/OASIS/
spectest.xml 1 <!DOCTYPE testSuite [
4 <testSuite>
8 <testSuite>
10 <testSuite>
197 </testSuite>
198 <testSuite>
281 </testSuite>
282 <testSuite>
532 </testSuite>
533 <testSuite>
    [all...]
  /cts/tools/utils/
DescriptionGenerator.java 59 * TestSuite and TestCases.
64 * 2. The TestSuite can be embedded, which means:
65 * TestPackage := TestSuite*
66 * TestSuite := TestSuite* | TestCase*
76 static final String TAG_SUITE = "TestSuite";
367 * @param testSuite The test suite to be appended.
369 void appendSuiteToElement(Node elem, TestClass testSuite) {
370 String suiteName = testSuite.mName;
383 appendTestCases(child, testSuite.mCases)
    [all...]
  /external/jacoco/org.jacoco.doc/xsl/
junit-noframes.xsl 88 <xsl:call-template name="testsuite.test.header"/>
91 <xsl:for-each select="./testsuite[not(./@package = preceding-sibling::testsuite/@package)]">
93 <xsl:variable name="testsuites-in-package" select="/testsuites/testsuite[./@package = current()/@package]"/>
135 <xsl:for-each select="/testsuites/testsuite[not(./@package = preceding-sibling::testsuite/@package)]">
141 <xsl:call-template name="testsuite.test.header"/>
144 <xsl:apply-templates select="/testsuites/testsuite[./@package = current()/@package]" mode="print.test"/>
153 <xsl:for-each select="testsuite">
180 <xsl:variable name="testCount" select="sum(testsuite/@tests)"/>
    [all...]
  /external/libxml2/test/xsdtest/
xsdtestsuite.xml 2 <testSuite>
3 <testSuite>
69 </testSuite>
70 <testSuite>
101 </testSuite>
102 <testSuite>
253 </testSuite>
254 <testSuite>
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
HostTest.java 46 import junit.framework.TestSuite;
303 TestSuite suite = collectTests(collectClasses(classObj));
467 TestSuite junitTest = collectTests(collectClasses(classObj));
494 } else if (TestSuite.class.isInstance(obj)) {
495 TestSuite junitTest = (TestSuite) obj;
526 ITestInvocationListener listener, TestSuite junitTest, String className)
600 if (TestSuite.class.isAssignableFrom(classObj)) {
601 TestSuite testObj = (TestSuite) loadObject(classObj)
    [all...]
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/
AbstractTest.java 45 import junit.framework.TestSuite;
68 protected TestSuite getSuite() throws Exception {
69 TestSuite suite = new TestSuite(getClass().getName());
  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
CharSinkTester.java 22 import junit.framework.TestSuite;
60 public final TestSuite createTests() {
61 TestSuite result = new TestSuite();
CharWrapperTester.java 21 import junit.framework.TestSuite;
56 public final TestSuite createTests() {
57 TestSuite result = new TestSuite();
SinkTester.java 22 import junit.framework.TestSuite;
61 public final TestSuite createTests() {
62 TestSuite result = new TestSuite();
WrapperTester.java 21 import junit.framework.TestSuite;
57 public final TestSuite createTests() {
58 TestSuite result = new TestSuite();
  /external/chromium-trace/catapult/systrace/bin/
run_tests 29 suite = unittest.TestSuite()
  /external/google-breakpad/src/testing/gtest/test/
gtest_xml_outfiles_test.py 49 <testsuite name="PropertyOne" tests="1" failures="0" disabled="0" errors="0" time="*">
51 </testsuite>
57 <testsuite name="PropertyTwo" tests="1" failures="0" disabled="0" errors="0" time="*">
59 </testsuite>
  /external/googletest/googletest/test/
gtest_xml_outfiles_test.py 49 <testsuite name="PropertyOne" tests="1" failures="0" disabled="0" errors="0" time="*">
51 </testsuite>
57 <testsuite name="PropertyTwo" tests="1" failures="0" disabled="0" errors="0" time="*">
59 </testsuite>

Completed in 1570 milliseconds

<<11121314151617181920>>