public abstract class AbstractTestBehavior extends DefaultTestDesigner implements TestBehavior
containers| Constructor and Description |
|---|
AbstractTestBehavior() |
| Modifier and Type | Method and Description |
|---|---|
void |
action(TestAction testAction)
Adds a custom test action implementation.
|
abstract void |
apply()
Subclasses must overwrite this apply building method in order
to add test action logic.
|
void |
apply(TestDesigner target)
Behavior building method.
|
FinallySequenceBuilder |
doFinally()
Adds sequence of test actions to finally block.
|
void |
variable(String name,
Object value)
Adds a new variable definition to the set of test variables
for this test case.
|
antrun, applyBehavior, applyTemplate, assertException, assertSoapFault, async, author, camel, catchException, conditional, container, createVariable, creationDate, description, docker, echo, fail, getApplicationContext, getTestCase, getTestContext, getVariables, groovy, groovy, http, initialize, input, iterate, java, java, java, kubernetes, load, name, packageName, parallel, plsql, purgeChannels, purgeEndpoints, purgeQueues, query, receive, receive, receiveTimeout, receiveTimeout, repeat, repeatOnError, selenium, send, send, sequential, setApplicationContext, setTestContext, sleep, sleep, sleep, soap, sql, start, start, status, stop, stop, stopTime, stopTime, stopTime, stopTimer, stopTimers, testClass, timer, traceVariables, traceVariables, transform, waitFor, zookeeperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitantrun, applyBehavior, applyTemplate, assertException, assertSoapFault, async, author, camel, catchException, conditional, container, createVariable, creationDate, description, docker, echo, fail, getTestCase, groovy, groovy, http, input, iterate, java, java, java, kubernetes, load, name, packageName, parallel, plsql, purgeChannels, purgeEndpoints, purgeQueues, query, receive, receive, receiveTimeout, receiveTimeout, repeat, repeatOnError, selenium, send, send, sequential, sleep, sleep, sleep, soap, sql, start, start, status, stop, stop, stopTime, stopTime, stopTime, stopTimer, stopTimers, testClass, timer, traceVariables, traceVariables, transform, waitFor, zookeeperpublic abstract void apply()
public void apply(TestDesigner target)
TestBehaviorapply in interface TestBehaviorpublic void variable(String name, Object value)
TestDesignervariable in interface TestDesignervariable in class DefaultTestDesignerpublic void action(TestAction testAction)
TestDesigneraction in interface TestDesigneraction in class DefaultTestDesignerpublic FinallySequenceBuilder doFinally()
TestDesignerdoFinally in interface TestDesignerdoFinally in class DefaultTestDesignerCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.