Uses of Interface
com.atlassian.confluence.testbatching.TestBatchingStrategy

Packages that use TestBatchingStrategy
com.atlassian.confluence.testbatching   
 

Uses of TestBatchingStrategy in com.atlassian.confluence.testbatching
 

Classes in com.atlassian.confluence.testbatching that implement TestBatchingStrategy
 class WeightedTestBatchingStrategy
          An implementation of TestBatchingStrategy which partitions the tests based on the calculated "weight" of each test class, trying to keep the total weight in each partition as even as possible.
 

Constructors in com.atlassian.confluence.testbatching with parameters of type TestBatchingStrategy
TestBatcher(java.lang.String[] basePackages, java.lang.String includeTestClassNamePattern, java.lang.String[] excludeTestClassNamePatterns, TestBatchingStrategy batchingStrategy)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.