| Interface | Description |
|---|---|
| TestBehavior |
Test apply interface applies to test builder classes adding all builder
methods to a test builder instance.
|
| TestDesigner |
Test builder interface defines builder pattern methods for creating a new
Citrus test case.
|
| Class | Description |
|---|---|
| AbstractTestBehavior |
Abstract Citrus test behavior provides interface method implementations for
behavior access and defines abstract apply method for subclasses to implement.
|
| ApplyTestBehaviorAction | |
| DefaultTestDesigner |
Default test builder offers builder pattern methods in order to configure a
test case with test actions, variables and properties.
|
| ExecutableTestDesigner | |
| ExecutableTestDesignerComponent |
Test builder component usually used in Spring bean application context as bean definition or as
org.springframework.stereotype.Component annotated bean loaded with Spring's annotation scan support. |
| TestDesignerAfterSuiteSupport |
Adds after suite actions using Java DSL designer methods.
|
| TestDesignerAfterTestSupport |
Adds after suite actions using Java DSL designer methods.
|
| TestDesignerBeforeSuiteSupport |
Adds before suite actions using Java DSL designer methods.
|
| TestDesignerBeforeTestSupport |
Adds before suite actions using Java DSL designer methods.
|
| TestDesignerComponent |
This test builder should be exclusively used as bean in a Spring application context.
|
| TestDesignerSimulation |
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.