/external/testng/src/test/java/test/sanitycheck/ |
CheckSuiteNamesTest.java | 20 * Child suites have different names 34 * Child suites have same names 44 Assert.assertEquals(tla.getTestContexts().get(0).getSuite().getName(), "SanityCheck suites"); 45 Assert.assertEquals(tla.getTestContexts().get(1).getSuite().getName(), "SanityCheck suites"); 46 Assert.assertEquals(tla.getTestContexts().get(2).getSuite().getName(), "SanityCheck suites (0)"); 47 Assert.assertEquals(tla.getTestContexts().get(3).getSuite().getName(), "SanityCheck suites (0)"); 51 * Checks that suites created programmatically also works as expected
|
CheckTestNamesTest.java | 19 * Child suites and same suite has two tests with same name 67 * Child suites and tests within different suites have same names 81 * Checks that suites created programmatically also run as expected
|
/bionic/benchmarks/ |
README.md | 6 tests into suites. 30 ## Suites 32 Suites are stored in the `suites/` directory and can be chosen with the command line flag 36 option searches for the xml file in the `suites/` directory. If it doesn't exist 39 `/data/nativetest/suites/example.xml`, it will be used as is. 41 If no xml file is specified through the command-line option, the default is to use `suites/full.xml`. 43 is to use `suites/host.xml`. 80 the suites directory.
|
/device/linaro/bootloader/edk2/BaseTools/Tests/ |
CToolsTests.py | 29 suites = map(lambda module: module.TheTestSuite(), modules)
30 return unittest.TestSuite(suites)
|
/external/testng/src/main/java/org/testng/ |
IAlterSuiteListener.java | 21 * @param suites - The list of {@link XmlSuite}s that are part of the current execution. 23 void alter(List<XmlSuite> suites);
|
/external/testng/src/test/java/test/ |
CountTest.java | 22 public void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, 24 for (ISuite s : suites) {
|
TestHelper.java | 52 List<XmlSuite> suites = Lists.newArrayList(); local 53 suites.add(suite); 54 result.setXmlSuites(suites);
|
CheckSuitesInitializationTest.java | 29 * Child suites and tests within different suites have same names
|
/external/testng/src/test/java/test/multiplelisteners/ |
SimpleReporter.java | 17 public void generateReport(final List<XmlSuite> xmlSuites, final List<ISuite> suites,
20 for (final ISuite iSuite : suites)
|
TestMaker.java | 23 final List<XmlSuite> suites = createSuites();
local 24 tng.setXmlSuites(suites);
29 // for (final XmlSuite xmlSuite : suites)
|
/external/autotest/client/common_lib/ |
priorities.py | 6 # priority, such as suites on old branches, will inherit a priority that makes
|
/external/testng/src/test/java/test/listeners/ |
AlterSuiteListenerTest.java | 61 public void alter(List<XmlSuite> suites) { 62 XmlSuite suite = suites.get(0); 71 public void alter(List<XmlSuite> suites) { 72 XmlSuite suite = suites.get(0);
|
/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTestSuite.java | 30 * Abstract base class for all test suites 38 * This constructor is used for suites that 47 * This constructor is used for suites that make no 59 * test suites in different manners.
|
/external/autotest/server/site_tests/native_Benchmarks/ |
native_Benchmarks.py | 17 # Benchmark suites 18 suites = { variable 45 results = suites[name](scratch_srv, scratch_cli, client, flags).run()
|
/external/testng/src/main/java/org/testng/internal/ |
OverrideProcessor.java | 26 public Collection<XmlSuite> process(Collection<XmlSuite> suites) { 27 for (XmlSuite s : suites) { 43 return suites;
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
ConnectionSpec.java | 28 * https:} URLs, this includes the TLS version and cipher suites to use when negotiating a secure 33 * even if it is present on the connection spec. The same policy also applies to cipher suites. 40 // This is a subset of the cipher suites supported in Chrome 46, current as of 2015-11-05. 41 // All of these suites are available on Android 5.0; earlier releases support a subset of 42 // these suites. https://github.com/square/okhttp/issues/330 48 // Note that the following cipher suites are all on HTTP/2's bad cipher suites list. We'll 49 // continue to include them until better suites are commonly available. For example, none 50 // of the better cipher suites listed above shipped with Android 4.4 or Java 7. 96 * Returns the cipher suites to use for a connection. Returns {@code null} if all of the SS [all...] |
/libcore/ojluni/src/main/java/java/net/ |
SecureCacheResponse.java | 52 * when using certificate-based cipher suites. 65 * can be used only when using certificate-based cipher suites; 66 * using it with non-certificate-based cipher suites, such as 83 * end-entity certiticate for X509-based cipher suites, and 84 * KerberosPrincipal for Kerberos cipher suites. 100 * of the end-entity certificate for X509-based cipher suites, and 101 * KerberosPrincipal for Kerberos cipher suites. If no principal was
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
ConscryptServerSocket.java | 134 * This method enables the cipher suites listed by 137 * @param suites the names of all the cipher suites to enable 139 * suites are not supported, or when the array is null. 142 public void setEnabledCipherSuites(String[] suites) { 143 sslParameters.setEnabledCipherSuites(suites);
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
FallbackTestClientSocketFactory.java | 53 @Override public void setEnabledCipherSuites(String[] suites) { 54 List<String> enabledCipherSuites = new ArrayList<String>(suites.length); 55 for (String suite : suites) {
|
/external/testng/src/test/java/test/simple/ |
IncludedExcludedTest.java | 64 public void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory) { 65 Assert.assertEquals(suites.size(), 1); 66 ISuite suite = suites.get(0);
|
/external/llvm/utils/lit/ |
README.txt | 5 lit is a portable tool for executing LLVM and Clang style test suites,
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/_builtinSuites/ |
__init__.py | 3 suites. This is needed because the events and enums in this suite belong
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/ |
__init__.py | 3 suites. This is needed because the events and enums in this suite belong
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/ |
__init__.py | 3 suites. This is needed because the events and enums in this suite belong
|
/external/testng/src/main/java/org/testng/remote/adapter/ |
IMasterAdapter.java | 10 * This interface is used by the Master to push suites and get results.
36 * @param timeout the maximum time to wait for all the suites to return a result.
|