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

Packages that use TestWeightCalculator
com.atlassian.confluence.testbatching   
com.atlassian.confluence.testbatching.junitreport   
 

Uses of TestWeightCalculator in com.atlassian.confluence.testbatching
 

Classes in com.atlassian.confluence.testbatching that implement TestWeightCalculator
static class TestWeightCalculator.TestCounter
          A simple TestWeightCalculator implementation which uses the number of individual tests in the test class as the weight.
 

Constructors in com.atlassian.confluence.testbatching with parameters of type TestWeightCalculator
WeightedTestBatchingStrategy(TestWeightCalculator testWeightCalculator)
           
 

Uses of TestWeightCalculator in com.atlassian.confluence.testbatching.junitreport
 

Classes in com.atlassian.confluence.testbatching.junitreport that implement TestWeightCalculator
 class JUnitTestTimeWeightCalculator
          A TestWeightCalculator which uses the test timings recorded in JUnit test reports to calculate the "weight" of individual test classes.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.