public interface TestWeightCalculator
| Modifier and Type | Interface and Description |
|---|---|
static class |
TestWeightCalculator.TestCounter
A simple
TestWeightCalculator implementation which uses the
number of individual tests in the test class as the weight. |
| Modifier and Type | Method and Description |
|---|---|
long |
calculateTestWeight(Class<?> testClass) |
long calculateTestWeight(Class<?> testClass)
Copyright © 2003–2015 Atlassian. All rights reserved.