HomeSort by relevance Sort by last modified time
    Searched full:suite (Results 426 - 450 of 5899) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_join.py 95 suite = unittest.TestSuite()
97 suite.addTest(unittest.makeSuite(JoinTestCase))
99 return suite
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_discovery.py 60 suite = list(loader._find_tests(top_level, 'test*.py'))
66 self.assertEqual(suite, expected)
121 suite = list(loader._find_tests('/foo', 'test*'))
125 self.assertEqual(suite,
170 suite = loader.discover('/foo/bar/baz', 'pattern', '/foo/bar')
174 self.assertEqual(suite, "['tests']")
193 suite = loader.discover('.')
195 self.assertEqual(suite.countTestCases(), 1)
196 test = list(list(suite)[0])[0] # extract test from suite
    [all...]
test_setups.py 18 suite = unittest.TestSuite()
21 suite.addTests(tests)
25 # creating a nested suite exposes some potential bugs
27 realSuite.addTest(suite)
29 suite.addTest(unittest.TestSuite())
250 suite = unittest.TestSuite((first, second, third, fourth, fifth, sixth))
253 result = runner.run(suite)
466 suite = unittest.defaultTestLoader.loadTestsFromTestCase(Test)
467 suite.debug()
499 suite = unittest.TestSuite(
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
unittest.xml 27 <target name="suite">
45 <!-- This target runs the test suite. Any actions that need to happen -->
47 <target name="run" depends="init,suite,cleanup">
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestSuiteFactory.java 63 * suite file in the same directory of the grammar file.
65 * @return test suite object
81 throw new RuntimeException("Can't save test suite file.");
146 * @return test suite object
159 // read in test suite
171 throw new RuntimeException("Error reading test suite file.\n" + ex.getMessage());
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingMapTest.java 117 public static Test suite() {
118 TestSuite suite = new TestSuite();
120 suite.addTestSuite(ForwardingMapTest.class);
121 suite.addTest(MapTestSuiteBuilder.using(new TestStringMapGenerator() {
136 suite.addTest(MapTestSuiteBuilder.using(new TestStringMapGenerator() {
153 return suite;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestListActivity.java 49 * Return test suite to be listed.
51 * @return test suite
  /cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/
CtsNativeScanner.java 42 testSuite = getArg(args, ++i, "Missing value for test suite");
55 System.out.println("Test suite is required");
  /cts/tools/cts-native-scanner/tests/src/com/android/cts/nativescanner/
TestScannerTest.java 52 assertEquals("suite:TestSuite", it.next());
56 assertEquals("suite:TestSuite", it.next());
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/
UnitTests.java 36 * A test suite for all cts-tradefed unit tests.
64 public static Test suite() { method in class:UnitTests
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Collections.Tests.pas 132 RegisterTest(TestIHashList.Suite);
133 RegisterTest(TestIStackList.Suite);
  /external/apache-harmony/support/src/test/resources/config/
excludes.xsd 7 * A suite contains zero or more type declarations
9 <xsd:element name="suite">
  /external/chromium_org/build/android/pylib/gtest/
test_package.py 15 suite_name: Name of the test suite (e.g. base_unittests).
39 """Returns a list of all tests available in the test suite.
  /external/chromium_org/chrome/tools/
webforms_aggregator_tests.py 54 suite = unittest.TestLoader().loadTestsFromTestCase( variable in class:WebformsAggregatorTest
56 unittest.TextTestRunner(verbosity=2).run(suite)
  /external/chromium_org/sandbox/win/tests/validation_tests/
sbox_validation_tests.vcproj 198 Name="Suite"
209 RelativePath=".\suite.cc"
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
glcpp-test 10 Run the test suite for mesa's GLSL pre-processor.
14 --valgrind Run the test suite a second time under valgrind
  /external/libsepol/tests/
test-cond.c 89 int cond_add_tests(CU_pSuite suite)
91 if (NULL == CU_add_test(suite, "cond_expr_equal", test_cond_expr_equal)) {
  /external/llvm/test/Bindings/Ocaml/
target.ml 21 let suite name f = var
58 suite "target data" test_target_data;
  /external/mesa3d/src/glsl/glcpp/tests/
glcpp-test 10 Run the test suite for mesa's GLSL pre-processor.
14 --valgrind Run the test suite a second time under valgrind
  /external/nist-sip/java/gov/nist/javax/sip/
TransactionExt.java 48 * Return the Cipher Suite that was used for the SSL handshake.
50 * @return Returns the cipher suite in use by the session which was produced by the handshake.
  /external/v8/tools/
test-wrapper-gypbuild.py 76 result.add_option("--download-data", help="Download missing test suite data",
78 result.add_option("-s", "--suite", help="A test suite",
168 if options.suite != []:
169 for suite in options.suite:
170 result += ['--suite=../../test/' + suite]
  /external/valgrind/unittest/
old_test_suite.h 20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
28 This file contains a simple test suite for some of our old unit-tests.
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseStressTest.java 28 // This test suite is too desctructive and takes too long to be included in the
29 // automated suite.
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
UnitTestSuiteBuilderTest.java 59 TestSuite suite = builder.build(); local
63 suite.run(result);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Microsoft_Internet_Explorer.py 0 """Suite Microsoft Internet Explorer Suite: Events defined by Internet Explorer

Completed in 1545 milliseconds

<<11121314151617181920>>