Uses of Class
com.carrotsearch.ant.tasks.junit4.TestsCollection
-
Packages that use TestsCollection Package Description com.carrotsearch.ant.tasks.junit4 -
-
Uses of TestsCollection in com.carrotsearch.ant.tasks.junit4
Methods in com.carrotsearch.ant.tasks.junit4 that return TestsCollection Modifier and Type Method Description private TestsCollectionJUnit4. processTestResources()Process test resources.Methods in com.carrotsearch.ant.tasks.junit4 with parameters of type TestsCollection Modifier and Type Method Description private intJUnit4. determineForkedJvmCount(TestsCollection testCollection)Determine how many forked JVMs to use.private java.util.List<java.lang.String>JUnit4. loadBalanceSuites(java.util.List<ForkedJvmInfo> jvmInfo, TestsCollection testsCollection, java.util.List<SuiteBalancer> balancers)Perform load balancing of the set of suites.
-