Uses of Class
com.carrotsearch.ant.tasks.junit4.SuiteBalancer.Assignment

Packages that use SuiteBalancer.Assignment
com.carrotsearch.ant.tasks.junit4 Provides JUnit4: a JUnit test runner for ANT with parallel slave JVM execution, load balancing and more reporting options. 
com.carrotsearch.ant.tasks.junit4.balancers   
 

Uses of SuiteBalancer.Assignment in com.carrotsearch.ant.tasks.junit4
 

Methods in com.carrotsearch.ant.tasks.junit4 that return types with arguments of type SuiteBalancer.Assignment
 LinkedHashMap<String,SuiteBalancer.Assignment> SuiteBalancer.assign(Collection<String> suiteNames, int slaves, long seed)
          Provide assignments for suite names and a given number of slaves.
 

Uses of SuiteBalancer.Assignment in com.carrotsearch.ant.tasks.junit4.balancers
 

Methods in com.carrotsearch.ant.tasks.junit4.balancers that return types with arguments of type SuiteBalancer.Assignment
 LinkedHashMap<String,SuiteBalancer.Assignment> ExecutionTimeBalancer.assign(Collection<String> suiteNames, int slaves, long seed)
          Assign based on execution time history.
 LinkedHashMap<String,SuiteBalancer.Assignment> RoundRobinBalancer.assign(Collection<String> suiteNames, int slaves, long seed)
           
 



Copyright © 2011-2012 Carrot Search s.c.. All Rights Reserved.