com.carrotsearch.ant.tasks.junit4.balancers
Class SuiteHint
java.lang.Object
com.carrotsearch.ant.tasks.junit4.balancers.SuiteHint
public final class SuiteHint
- extends Object
A suite with the cost hint.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCENDING_BY_WEIGHT
public static final Comparator<SuiteHint> DESCENDING_BY_WEIGHT
suiteName
public final String suiteName
cost
public final long cost
SuiteHint
public SuiteHint(String suiteName,
long weight)
Copyright © 2011-2012 Carrot Search s.c.. All Rights Reserved.