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

Class Summary
DefaultStatementExecutorFactory The StatementExecutorFactory resolves the StatementExecutors for classes and methods.
MethodStatementExecutor The MethodStatementExecutor extends the StatementExecutor, providing additional notifications when the test is started and finished.
RunAll The RunAll statement takes several statements and executes them all in the given order.
RunChildren<T> The RunChildren statement takes four arguments: TestClass, ChildExecutor, List of children, RunNotifier When evaluated, the statement calls ChildExecutor.run(TestClass, Object, RunNotifier) on each child.
StatementExecutor The StatementExecutor evaluates the given Statement and notifies the RunNotifier about all events that occur during execution.
StatementExecutorFactory The StatementExecutorFactory resolves the StatementExecutors for classes and methods.
 



Copyright © 2015. All rights reserved.