HomeSort by relevance Sort by last modified time
    Searched refs:DataProviderThreadPoolSizeSampleTest (Results 1 - 2 of 2) sorted by null

  /external/testng/src/test/java/test/thread/
DataProviderThreadPoolSizeTest.java 13 TestNG tng = create(DataProviderThreadPoolSizeSampleTest.class);
16 Assert.assertEquals(DataProviderThreadPoolSizeSampleTest.getThreadCount(), 10);
21 TestNG tng = create(DataProviderThreadPoolSizeSampleTest.class);
24 Assert.assertEquals(DataProviderThreadPoolSizeSampleTest.getThreadCount(), 1);
29 TestNG tng = create(DataProviderThreadPoolSizeSampleTest.class);
33 Assert.assertEquals(DataProviderThreadPoolSizeSampleTest.getThreadCount(), 3);
DataProviderThreadPoolSizeSampleTest.java 7 public class DataProviderThreadPoolSizeSampleTest extends BaseThreadTest {

Completed in 369 milliseconds