Package de.bechte.junit.runners.validation

Interface Summary
TestClassValidator The TestClassValidator interface provides a simple validate(TestClass, List) method.
 

Class Summary
BooleanValidator The BooleanValidators allow to group TestClassValidators with boolean algebra.
 

Enum Summary
ChildrenCountValidator The ChildrenCountValidators validate that the given TestClass contains at least 1 child.
ConstructorValidator The ConstructorValidator validates that test classes have only one public constructor that takes no arguments for top-level classes and exactly one argument for enclosed classes of type of the enclosing class.
FixtureValidator The FixtureValidators validate methods annotated with @BeforeClass, @Before, @AfterClass, and @After.
RuleValidator The RuleValidators validate methods and fields annotated with @Rule.
 



Copyright © 2015. All rights reserved.