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 TestsCollectionJUnit4.processTestResources()Process test resources.Methods in com.carrotsearch.ant.tasks.junit4 with parameters of type TestsCollectionModifier and TypeMethodDescriptionprivate intJUnit4.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.