- All Implemented Interfaces:
- com.google.common.base.Predicate<org.junit.runner.Description>
public final class RestoreOnceSplittablePredicate
extends Object
implements com.google.common.base.Predicate<org.junit.runner.Description>
A predicate deciding whether a test class suite is splittable or not, basing on it being marked with the
RestoreOnce
annotation. If a test is marked with
RestoreOnce
, it is assumed not splittable, as
its single tests are operating on the same data and may be inter-dependent.
- Since:
- v4.4