/ndk/build/gmsl/ |
README | 17 3. To run the GMSL test suite have
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
unit_test_suite.ipp | 54 , p_type_name( t == tut_case ? "case" : "suite" ) 199 traverse_test_tree( test_suite const& suite, test_tree_visitor& V ) 201 if( !suite.p_enabled || !V.test_suite_start( suite ) ) 206 BOOST_TEST_FOREACH( test_unit_id, id, suite.m_members ) 210 std::vector<test_unit_id> members( suite.m_members ); 217 V.test_suite_finish( suite ); 218 framework::test_unit_aborted( suite ); 223 V.test_suite_finish( suite );
|
/external/guava/guava-tests/test/com/google/common/collect/ |
MultisetsCollectionTest.java | 44 @GwtIncompatible("suite") // TODO(cpovirk): set up collect/gwt/suites version 46 public static Test suite() { method in class:MultisetsCollectionTest 47 TestSuite suite = new TestSuite(); local 49 suite.addTest(MultisetTestSuiteBuilder.using( 57 suite.addTest(SortedMultisetTestSuiteBuilder.using(unmodifiableSortedMultisetGenerator()) 63 suite.addTest(MultisetTestSuiteBuilder.using(unionGenerator()) 69 suite.addTest(MultisetTestSuiteBuilder.using(intersectionGenerator()) 76 suite.addTest(MultisetTestSuiteBuilder.using(sumGenerator()) 82 suite.addTest(MultisetTestSuiteBuilder.using(differenceGenerator()) 89 suite.addTest(MultisetTestSuiteBuilder.using(filteredGenerator() [all...] |
/external/lldb/test/ |
README-TestSuite | 2 suite under the current 'test' directory. 6 Provides the test driver for the test suite. To invoke it, cd to the 'test' 17 This runs the test suite and directs the run log to a file. 20 This runs the test suite, with logging turned on for the lldb as well as 38 test suite or when running each test case as a separate Python invocation. 41 test case on its own. To run the whole test suite, 'dotest.py' is all you 46 Most of them predate the introduction of the python test suite and contain 51 part of the Python-based test suite to test lldb functionality. 119 It does not take advantage of the test runner and test suite functionality 121 different way of running the whole test suite. As lldb and the Python tes [all...] |
/external/markdown/ |
regression-tests.py | 215 def suite(): function 216 """ Build a test suite of the above tests and extension doctests. """ 217 suite = unittest.TestSuite() 218 suite.addTest(unittest.makeSuite(TestMarkdown)) 219 suite.addTest(unittest.makeSuite(TestBlockParser)) 220 suite.addTest(unittest.makeSuite(TestBlockParserState)) 221 suite.addTest(unittest.makeSuite(TestHtmlStash)) 222 suite.addTest(unittest.makeSuite(TestOrderedDict)) 228 suite.addTest(DocTestSuite(module)) 231 return suite [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
GoNegReqTestSuite.java | 24 * Test suite for go negotiation requester. 31 * Return test suite.
|
P2pClientTestSuite.java | 24 * Test suite to join a p2p group. 31 * Return test suite.
|
/cts/tools/cts-native-scanner/tests/src/com/android/cts/nativescanner/ |
UnitTests.java | 24 * A test suite for all cts-native-scanner unit tests. 37 public static Test suite() { method in class:UnitTests
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/ |
FuncTests.java | 24 * A test suite for all cts-tradefed functional tests. 37 public static Test suite() { method in class:FuncTests
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
PerCollectionSizeTestSuiteBuilder.java | 33 * This builder creates a composite test suite, containing a separate test suite 42 * generated test suite. An instance of G should somehow provide an 60 * Creates a runnable JUnit test suite based on the criteria already given. 90 TestSuite suite = new TestSuite(name); local 109 suite.addTest(oneSizeSuite); 115 return suite; 123 /** Builds a test suite for one particular {@link CollectionSize}. */
|
/external/junit/src/org/junit/runner/ |
RunWith.java | 17 * For example, suites in JUnit 4 are built using RunWith, and a custom runner named Suite: 20 * @RunWith(Suite.class)
|
/external/skia/platform_tools/android/tests/ |
gyp_to_android_tests.py | 47 suite = loader.loadTestsFromTestCase(AndroidMkCreationTest) 48 unittest.TextTestRunner(verbosity=2).run(suite)
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/ |
TestSuite.smali | 19 value = Lorg/junit/runners/Suite; 22 .annotation runtime Lorg/junit/runners/Suite$SuiteClasses;
|
/external/v8/test/promises-aplus/ |
README | 1 This directory contains code for running Promise/A+ Compliance Test Suite[1]. 4 Promise/A+ Compliance Test Suite requires Node environment and needs some
|
/external/v8/tools/testrunner/network/ |
endpoint.py | 93 suite = testsuite.TestSuite.LoadTestSuite( 95 if suite: 96 suites.append(suite) 103 suite = suites_dict[t.suite] 104 t.suite = suite 105 suite.tests.append(t)
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
TestDefaultLS.java | 26 * Test suite that runs all DOM L1 Core tests using the 34 public static TestSuite suite() throws Exception { method in class:TestDefaultLS
|
TestDefaultLSAltConfig.java | 26 * Test suite that runs all DOM L1 Core tests using the 34 public static TestSuite suite() throws Exception { method in class:TestDefaultLSAltConfig
|
/libcore/dom/src/test/java/org/w3c/domts/level1/html/ |
TestDefaultLS.java | 26 * Test suite that runs all DOM L1 HTML tests using the 34 public static TestSuite suite() throws Exception { method in class:TestDefaultLS
|
TestDefaultLSAltConfig.java | 26 * Test suite that runs all DOM L1 HTML tests using the 34 public static TestSuite suite() throws Exception { method in class:TestDefaultLSAltConfig
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
TestDefaultLS.java | 25 * Test suite that runs all DOM L2 Core tests using the 33 public static TestSuite suite() throws Exception { method in class:TestDefaultLS
|
TestDefaultLSAltConfig.java | 26 * Test suite that runs all DOM L2 Core tests using the 34 public static TestSuite suite() throws Exception { method in class:TestDefaultLSAltConfig
|
/libcore/dom/src/test/java/org/w3c/domts/level2/events/ |
TestDefaultLS.java | 26 * Test suite that runs all DOM L2 Events tests using the 34 public static TestSuite suite() throws Exception { method in class:TestDefaultLS
|
TestDefaultLSAltConfig.java | 26 * Test suite that runs all DOM L2 Events tests using the 34 public static TestSuite suite() throws Exception { method in class:TestDefaultLSAltConfig
|
/libcore/dom/src/test/java/org/w3c/domts/level2/html/ |
TestDefaultLS.java | 26 * Test suite that runs all DOM L2 HTML tests using the 34 public static TestSuite suite() throws Exception { method in class:TestDefaultLS
|
TestDefaultLSAltConfig.java | 26 * Test suite that runs all DOM L2 HTML tests using the 34 public static TestSuite suite() throws Exception { method in class:TestDefaultLSAltConfig
|