Package org.aludratest.scheduler.node

Class Summary
RunnerGroup RunnerNode implementation which forms a tree node that can have sub nodes which may be executed sequentially or concurrently.
RunnerLeaf RunnerNode implementation which represents a leaf, meaning an atomic executable test case, represented by an object implementing the Runnable interface.
RunnerNode Abstract parent class for all (leaf and group) nodes of the test (runner) tree.
 

Enum Summary
ExecutionMode Enumeration of the concurrency modes applicable for a RunnerNode: ExecutionMode.SEQUENTIAL (mapped from a @Sequential annotation) ExecutionMode.PARALLEL (mapped from a @Parallel annotation) ExecutionMode.INHERITED (without annotation but inherited from the parent class or suite)
 



Copyright © 2015 aludratest.org. All rights reserved.