Searched refs:dataProviderThreadCount (Results 1 – 5 of 5) sorted by relevance
71 public Integer dataProviderThreadCount; field in CommandLineArgs
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()
75 public Integer dataProviderThreadCount; field in CommandLineArgs
1456 if (cla.dataProviderThreadCount != null) { in configure()1457 setDataProviderThreadCount(cla.dataProviderThreadCount); in configure()1598 result.dataProviderThreadCount = dptc; in configure()
553 Added: dataProviderThreadCount can be set from the command line and from ant (Adrian Grealish)