Class DefaultTestCase

All Implemented Interfaces:
Described, Named, Completable, TestActionContainer, TestAction, TestActorAware, TestCase, TestGroupAware, TestParameterAware

public class DefaultTestCase extends AbstractActionContainer implements TestCase, TestGroupAware, TestParameterAware
Default test case implementation holding a list of test actions to execute. Test case also holds variable definitions and performs the test lifecycle such as start, finish, before and after test.