Home
last modified time | relevance | path

Searched full:dataproviderthreadcount (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/jcommander/src/test/java/com/beust/jcommander/args/
H A DCommandLineArgs.java69 @Parameter(names = "-dataproviderthreadcount", description = "Number of threads to use when " +
71 public Integer dataProviderThreadCount; field in CommandLineArgs
/aosp_15_r20/external/testng/src/main/java/org/testng/
H A DCommandLineArgs.java72 public static final String DATA_PROVIDER_THREAD_COUNT = "-dataproviderthreadcount";
75 public Integer dataProviderThreadCount; field in CommandLineArgs
H A DTestNGAntTask.java69 * <li>dataproviderthreadcount (attribute)</li>
178 public void setDataProviderThreadCount(String dataproviderthreadCount) { in setDataProviderThreadCount() argument
179 m_dataproviderthreadCount = dataproviderthreadCount; in setDataProviderThreadCount()
H A DTestNG.java1456 if (cla.dataProviderThreadCount != null) { in configure()
1457 setDataProviderThreadCount(cla.dataProviderThreadCount); in configure()
1598 result.dataProviderThreadCount = dptc; in configure()
/aosp_15_r20/external/testng/src/main/java/org/testng/xml/
H A DTestNGContentHandler.java194 String dataProviderThreadCount = attributes.getValue("data-provider-thread-count"); in xmlSuite() local
195 if (null != dataProviderThreadCount) { in xmlSuite()
196 m_currentSuite.setDataProviderThreadCount(Integer.parseInt(dataProviderThreadCount)); in xmlSuite()
H A DXmlSuite.java725 String s = System.getProperty("dataproviderthreadcount"); in getDataProviderThreadCount()
731 System.err.println("Parsing System property 'dataproviderthreadcount': " + nfe); in getDataProviderThreadCount()
/aosp_15_r20/external/testng/src/test/resources/yaml/
H A Da1.yaml5 dataProviderThreadCount: 3
H A Da2.yaml5 dataProviderThreadCount: 3
/aosp_15_r20/external/testng/src/test/resources/
H A Dtestng-single2.yaml5 dataProviderThreadCount: 3
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/
H A DYaml.java89 maybeAdd(result, "dataProviderThreadCount", suite.getDataProviderThreadCount(), in toYaml()
/aosp_15_r20/external/testng/doc/
H A Dant.html71 <td><tt>dataProviderThreadCount</tt> </td>
H A Ddocumentation-main.html659 <td>-dataproviderthreadcount</td>
/aosp_15_r20/external/testng/
H A DCHANGES.txt215 Added: New system property: dataproviderthreadcount (Bill Ross)
553 Added: dataProviderThreadCount can be set from the command line and from ant (Adrian Grealish)
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/local-javac-header/
Dtestng.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/javac/
Dtestng.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...