Uses of Class
com.carrotsearch.ant.tasks.junit4.TestsCollection
Packages that use TestsCollection
-
Uses of TestsCollection in com.carrotsearch.ant.tasks.junit4
Methods in com.carrotsearch.ant.tasks.junit4 that return TestsCollectionModifier and TypeMethodDescriptionprivate TestsCollection
JUnit4.processTestResources()
Process test resources.Methods in com.carrotsearch.ant.tasks.junit4 with parameters of type TestsCollectionModifier and TypeMethodDescriptionprivate int
JUnit4.determineForkedJvmCount
(TestsCollection testCollection) Determine how many forked JVMs to use.JUnit4.loadBalanceSuites
(List<ForkedJvmInfo> jvmInfo, TestsCollection testsCollection, List<SuiteBalancer> balancers) Perform load balancing of the set of suites.