Class Parallel

All Implemented Interfaces:
Described, Named, Completable, TestActionContainer, TestAction, TestActorAware

public class Parallel extends AbstractActionContainer
Test action will execute nested actions in parallel. Each action is executed in a separate thread. Container joins all threads and waiting for them to end successfully.