de.bechte.junit.runners.validation
Class BooleanValidator
java.lang.Object
de.bechte.junit.runners.validation.BooleanValidator
- All Implemented Interfaces:
- TestClassValidator
public abstract class BooleanValidator
- extends Object
- implements TestClassValidator
The BooleanValidators allow to group TestClassValidators with boolean algebra. All violations are
reported in the List of errors.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
validators
protected final TestClassValidator[] validators
AND
public static BooleanValidator AND(TestClassValidator... validators)
OR
public static BooleanValidator OR(TestClassValidator... validators)
Copyright © 2015. All rights reserved.