HomeSort by relevance Sort by last modified time
    Searched refs:suite (Results 201 - 225 of 1333) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/
ClassWriterTest2.class 
ClassReaderTest.java 43 public static TestSuite suite() throws Exception { method in class:ClassReaderTest
ClassWriterTest.java 41 public static TestSuite suite() throws Exception { method in class:ClassWriterTest
ClassWriterTest2.java 41 public static TestSuite suite() throws Exception { method in class:ClassWriterTest2
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/tree/
ClassNodeTest.class 
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/util/
CheckClassAdapterTest.class 
TraceClassAdapterTest.class 
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/xml/
SAXAdapterTest.class 
  /external/python/cpython2/Lib/test/
test_lib2to3.py 8 def suite(): function
17 run_unittest(suite())
  /external/python/cpython3/Lib/unittest/test/
test_loader.py 38 # "Return a suite of all test cases contained in the TestCase-derived
51 # "Return a suite of all test cases contained in the TestCase-derived
64 # "Return a suite of all test cases contained in the TestCase-derived
85 # "Return a suite of all test cases contained in the TestCase-derived
100 suite = loader.loadTestsFromTestCase(Foo)
101 self.assertIsInstance(suite, loader.suiteClass)
102 self.assertEqual(list(suite), [Foo('runTest')])
119 suite = loader.loadTestsFromModule(m)
120 self.assertIsInstance(suite, loader.suiteClass)
123 self.assertEqual(list(suite), expected
    [all...]
  /external/testng/src/main/java/org/testng/remote/
RemoteSuiteWorker.java 9 * A worker that will be put into an Executor and that sends a suite
17 public RemoteSuiteWorker(XmlSuite suite, SlavePool slavePool, RemoteResultListener listener) {
19 m_suite = suite;
SuiteDispatcher.java 43 public static final String STRATEGY_SUITE = "suite";
52 * Creates a new suite dispatcher.
97 for (XmlSuite suite : suites) {
98 suite.setVerbose(m_verbose);
99 SuiteRunner suiteRunner = new SuiteRunner(configuration, suite, outputDir);
102 for (XmlTest test : suite.getTests()) {
104 tmpSuite.setXmlPackages(suite.getXmlPackages());
105 tmpSuite.setJUnit(suite.isJUnit());
106 tmpSuite.setSkipFailedInvocationCounts(suite.skipFailedInvocationCounts());
107 tmpSuite.setName("Temporary suite for " + test.getName());
    [all...]
  /external/testng/src/main/java/org/testng/reporters/jq/
BasePanel.java 32 protected static String suiteToTag(ISuite suite) {
33 return suite.getName().replace(" ", "_");
NavigatorPanel.java 26 main.push(D, C, "navigator-suite-header");
33 for (ISuite suite : getSuites()) {
34 if (suite.getResults().size() == 0) {
38 String suiteName = "suite-" + suiteToTag(suite);
42 Map<String, ISuiteResult> results = suite.getResults();
53 // Suite name in big font
54 header.push(D, C, "suite");
58 header.push(D, C, "suite-header light-rounded-window-top");
62 header.addOptional(S, suite.getName()
    [all...]
  /external/testng/src/test/java/test/parameters/
Override1Sample.java 11 public void g(String suite, String test, String cls) {
12 Assert.assertEquals(suite, "InheritedFromSuite");
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_lib2to3.py 8 def suite(): function
17 run_unittest(suite())
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_lib2to3.py 8 def suite(): function
17 run_unittest(suite())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_lib2to3.py 8 def suite(): function
17 run_unittest(suite())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_lib2to3.py 8 def suite(): function
17 run_unittest(suite())
  /external/autotest/server/cros/dynamic_suite/
suite_unittest.py 33 from autotest_lib.server.cros.dynamic_suite import suite as SuiteBase
37 from autotest_lib.server.cros.dynamic_suite.suite import RetryHandler
38 from autotest_lib.server.cros.dynamic_suite.suite import Suite
42 """Unit tests for dynamic_suite Suite class.
45 @var _TAG: fake suite tag
105 @param suite_name: The suite name to parse control files for.
140 @param suite_name: The suite name to parse control files for.
167 predicate = lambda d: d.suite == self._TAG
199 look for all control files with the suite attribute
    [all...]
  /cts/tools/vm-tests-tf/src/dot/
Main.java 29 TestRunner.run(AllTests.suite());
  /development/samples/ApiDemos/tests/src/com/example/android/apis/
AllTests.java 25 * A test suite containing all tests for ApiDemos.
31 * To run just this suite from the command line:
48 public static Test suite() { method in class:AllTests
  /development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/
AllTests.java 24 * A test suite containing all tests for SampleSyncAdapter.
29 public static Test suite() { method in class:AllTests
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email_codecs.py 67 def suite():
68 suite = unittest.TestSuite()
69 suite.addTest(unittest.makeSuite(TestEmailAsianCodecs))
70 return suite
80 unittest.main(defaultTest='suite')
65 def suite(): function
test_email_codecs_renamed.py 67 def suite():
68 suite = unittest.TestSuite()
69 suite.addTest(unittest.makeSuite(TestEmailAsianCodecs))
70 return suite
80 unittest.main(defaultTest='suite')
65 def suite(): function

Completed in 765 milliseconds

1 2 3 4 5 6 7 891011>>