Searched full:dataproviderthreadcount (Results 1 – 13 of 13) sorted by relevance
69 @Parameter(names = "-dataproviderthreadcount", description = "Number of threads to use when " +71 public Integer dataProviderThreadCount; field in CommandLineArgs
72 public static final String DATA_PROVIDER_THREAD_COUNT = "-dataproviderthreadcount";75 public Integer dataProviderThreadCount; field in CommandLineArgs
69 * <li>dataproviderthreadcount (attribute)</li>178 public void setDataProviderThreadCount(String dataproviderthreadCount) { in setDataProviderThreadCount() argument179 m_dataproviderthreadCount = dataproviderthreadCount; in setDataProviderThreadCount()
1456 if (cla.dataProviderThreadCount != null) { in configure()1457 setDataProviderThreadCount(cla.dataProviderThreadCount); in configure()1598 result.dataProviderThreadCount = dptc; in configure()
5 dataProviderThreadCount: 3
194 String dataProviderThreadCount = attributes.getValue("data-provider-thread-count"); in xmlSuite() local195 if (null != dataProviderThreadCount) { in xmlSuite()196 m_currentSuite.setDataProviderThreadCount(Integer.parseInt(dataProviderThreadCount)); in xmlSuite()
725 String s = System.getProperty("dataproviderthreadcount"); in getDataProviderThreadCount()731 System.err.println("Parsing System property 'dataproviderthreadcount': " + nfe); in getDataProviderThreadCount()
89 maybeAdd(result, "dataProviderThreadCount", suite.getDataProviderThreadCount(), in toYaml()
71 <td><tt>dataProviderThreadCount</tt> </td>
659 <td>-dataproviderthreadcount</td>
215 Added: New system property: dataproviderthreadcount (Bill Ross)553 Added: dataProviderThreadCount can be set from the command line and from ant (Adrian Grealish)