Uses of Interface
de.bechte.junit.runners.validation.TestClassValidator

Packages that use TestClassValidator
de.bechte.junit.runners.context   
de.bechte.junit.runners.validation   
 

Uses of TestClassValidator in de.bechte.junit.runners.context
 

Methods in de.bechte.junit.runners.context that return TestClassValidator
protected  TestClassValidator HierarchicalContextRunner.getValidator()
          Returns a TestClassValidator that validates the TestClass instance after the HierarchicalContextRunner has been created for the corresponding Class.
 

Uses of TestClassValidator in de.bechte.junit.runners.validation
 

Classes in de.bechte.junit.runners.validation that implement TestClassValidator
 class BooleanValidator
          The BooleanValidators allow to group TestClassValidators with boolean algebra.
 class ChildrenCountValidator
          The ChildrenCountValidators validate that the given TestClass contains at least 1 child.
 class 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.
 class FixtureValidator
          The FixtureValidators validate methods annotated with @BeforeClass, @Before, @AfterClass, and @After.
 class RuleValidator
          The RuleValidators validate methods and fields annotated with @Rule.
 

Fields in de.bechte.junit.runners.validation declared as TestClassValidator
protected  TestClassValidator[] BooleanValidator.validators
           
 

Methods in de.bechte.junit.runners.validation with parameters of type TestClassValidator
static BooleanValidator BooleanValidator.AND(TestClassValidator... validators)
           
static BooleanValidator BooleanValidator.OR(TestClassValidator... validators)
           
 



Copyright © 2015. All rights reserved.