Package de.bechte.junit.runners.context.statements.builder

Interface Summary
ClassStatementBuilder The ClassStatementBuilder interfaces provides a simple Builder mechanism, used to create Statements.
MethodStatementBuilder The MethodStatementBuilder interfaces provides a simple Builder mechanism, used to create Statements.
 

Class Summary
AfterClassStatementBuilder The AfterClassStatementBuilder creates a RunAfters statement that evaluates all @AfterClass annotated methods.
BeforeClassStatementBuilder The BeforeClassStatementBuilder creates a RunBefores statement that evaluates all @BeforeClass annotated methods.
ClassRuleStatementBuilder The ClassRuleStatementBuilder creates a RunRules statement that evaluates all @ClassRule annotated members.
DefaultStatementBuilderFactory The DefaultStatementBuilderFactory resolves a List of ClassStatementBuilders for classes and MethodStatementBuilders for methods.
ExpectExceptionStatementBuilder Deprecated. The expected field of the @Test annotation is deprecated.
FailOnTimeoutStatementBuilder Deprecated. The timeout field of the @Test annotation is deprecated.
HierarchicalRunAfterStatementBuilder The HierarchicalRunAfterStatementBuilder creates a RunAfters statement for each context hierarchy level that evaluates all @After annotated methods on that level.
HierarchicalRunBeforeStatementBuilder The HierarchicalRunBeforeStatementBuilder creates a RunBefores statement for each context hierarchy level that evaluates all @Before annotated methods on that level.
HierarchicalRunRulesStatementBuilder The HierarchicalRunRulesStatementBuilder creates RunRules statements for all @Rule annotated fields and methods along the context hierarchy.
StatementBuilderFactory The StatementBuilderFactory resolves a List of ClassStatementBuilders for classes and MethodStatementBuilders for methods.
 



Copyright © 2015. All rights reserved.