/external/junit/src/main/java/org/junit/runners/model/ |
Statement.java | 6 * of running a JUnit test suite.
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
TODO.txt | 1 tc Testing Suite To-Do list:
|
/external/llvm/utils/lit/examples/ |
README.txt | 5 This directory contains examples of 'lit' test suite configurations. The test
|
/external/llvm/utils/lit/tests/Inputs/exec-discovery/ |
lit.site.cfg | 1 # Load the discovery suite, but with a separate exec root.
|
/external/llvm/utils/lit/tests/Inputs/exec-discovery-in-tree/ |
lit.cfg | 7 config.name = 'exec-discovery-in-tree-suite'
|
/external/python/cpython2/Grammar/ |
Grammar | 25 funcdef: 'def' NAME parameters ':' suite 66 if_stmt: 'if' test ':' suite ('elif' test ':' suite)* ['else' ':' suite] 67 while_stmt: 'while' test ':' suite ['else' ':' suite] 68 for_stmt: 'for' exprlist 'in' testlist ':' suite ['else' ':' suite] 69 try_stmt: ('try' ':' suite 70 ((except_clause ':' suite) [all...] |
/external/python/cpython2/Lib/ctypes/macholib/ |
README.ctypes | 3 License: Any components of the py2app suite may be distributed under
|
/external/python/cpython2/Lib/lib2to3/ |
Grammar.txt | 37 funcdef: 'def' NAME parameters ['->' test] ':' suite 86 if_stmt: 'if' test ':' suite ('elif' test ':' suite)* ['else' ':' suite] 87 while_stmt: 'while' test ':' suite ['else' ':' suite] 88 for_stmt: 'for' exprlist 'in' testlist ':' suite ['else' ':' suite] 89 try_stmt: ('try' ':' suite 90 ((except_clause ':' suite) [all...] |
/external/python/cpython2/Lib/test/ |
test_distutils.py | 4 the test_suite() function there returns a test suite that's ready to
|
test_json.py | 4 the test_suite() function there returns a test suite that's ready to
|
/external/python/cpython3/Grammar/ |
Grammar | 20 funcdef: 'def' NAME parameters ['->' test] ':' suite 72 if_stmt: 'if' test ':' suite ('elif' test ':' suite)* ['else' ':' suite] 73 while_stmt: 'while' test ':' suite ['else' ':' suite] 74 for_stmt: 'for' exprlist 'in' testlist ':' suite ['else' ':' suite] 75 try_stmt: ('try' ':' suite 76 ((except_clause ':' suite) [all...] |
/external/python/cpython3/Lib/ctypes/macholib/ |
README.ctypes | 3 License: Any components of the py2app suite may be distributed under
|
/external/python/cpython3/Lib/lib2to3/ |
Grammar.txt | 38 funcdef: 'def' NAME parameters ['->' test] ':' suite 89 if_stmt: 'if' test ':' suite ('elif' test ':' suite)* ['else' ':' suite] 90 while_stmt: 'while' test ':' suite ['else' ':' suite] 91 for_stmt: 'for' exprlist 'in' testlist ':' suite ['else' ':' suite] 92 try_stmt: ('try' ':' suite 93 ((except_clause ':' suite) [all...] |
/external/python/cpython3/Lib/test/ |
test_distutils.py | 4 the test_suite() function there returns a test suite that's ready to
|
/external/python/cpython3/Tools/msi/test/ |
test_en-US.wxl | 3 <String Id="Descriptor">Test Suite</String>
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/cal10n_dummy/ |
PackageTest.java | 31 public static Test suite() { method in class:PackageTest 32 TestSuite suite = new TestSuite(); local 33 suite.addTestSuite(LocLoggerTest.class); 34 return suite;
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/ |
README.txt | 1 This directory contains code that's not part of the DejaGNU test suite,
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/ |
lit.site.cfg | 6 # Preserve some key paths for use by main LLVM test suite config.
|
/external/syslinux/doc/logo/ |
LICENSE | 4 a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain
|
/external/testng/src/main/java/org/testng/ |
ISuiteResult.java | 7 * This class represents the result of a suite run.
|
ITestRunnerFactory.java | 13 TestRunner newTestRunner(final ISuite suite, final XmlTest test,
|
SuiteResult.java | 7 * This class logs the result of an entire Test Suite (defined by a 21 protected SuiteResult(XmlSuite suite, ITestContext tr) { 22 m_suite = suite; 42 * @return Returns the suite.
|
/external/testng/src/main/java/org/testng/internal/ |
IInvoker.java | 25 * test class with different parameters in the same suite run. 31 XmlSuite suite, 40 * @param suite 47 XmlSuite suite,
|
/external/testng/src/main/java/org/testng/remote/adapter/ |
IMasterAdapter.java | 26 * Run a suite remotely.
27 * @param suite the suite to send.
31 void runSuitesRemotely( XmlSuite suite, RemoteResultListener listener) throws IOException;
|
IWorkerAdapter.java | 27 * A blocking call to get the next Suite to test.
28 * @param timeout the maximum time to wait for the next suite.
29 * @return the next suite avaliable or <code>null</code> if the timeout has reached.
36 * Return a suite result.
|