public abstract class AbstractTestBehavior extends DefaultTestRunner implements TestBehavior
containers| Constructor and Description |
|---|
AbstractTestBehavior() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
apply()
Subclasses must overwrite this apply building method in order
to add test action logic.
|
void |
apply(TestRunner target)
Behavior building method.
|
FinallySequenceBuilder |
doFinally()
Adds sequence of test actions to finally block.
|
<T extends TestAction> |
run(T testAction)
Runs test action and returns same action after execution.
|
<T> T |
variable(String name,
T value)
Adds a new variable definition to the set of test variables
for this test case and return its value.
|
antrun, applyBehavior, applyTemplate, assertException, assertSoapFault, async, author, camel, catchException, conditional, container, createVariable, creationDate, description, docker, echo, fail, getApplicationContext, getTestCase, getTestContext, groovy, http, initialize, input, iterate, kubernetes, load, name, packageName, parallel, plsql, purgeChannels, purgeEndpoints, purgeQueues, query, receive, receiveTimeout, repeat, repeatOnError, selenium, send, sequential, setApplicationContext, setTestContext, sleep, sleep, soap, sql, start, start, start, status, stop, stop, stop, stopTime, stopTime, stopTime, stopTimer, stopTimers, testClass, timer, traceVariables, traceVariables, transform, waitFor, 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, http, input, iterate, kubernetes, load, name, packageName, parallel, plsql, purgeChannels, purgeEndpoints, purgeQueues, query, receive, receiveTimeout, repeat, repeatOnError, selenium, send, sequential, sleep, sleep, soap, sql, start, start, start, status, stop, stop, stop, stopTime, stopTime, stopTime, stopTimer, stopTimers, testClass, timer, traceVariables, traceVariables, transform, waitFor, waitFor, zookeeperpublic abstract void apply()
public void apply(TestRunner target)
TestBehaviorapply in interface TestBehaviorpublic <T> T variable(String name, T value)
TestRunnervariable in interface TestRunnervariable in class DefaultTestRunnerpublic <T extends TestAction> T run(T testAction)
TestRunnerrun in interface TestRunnerrun in class DefaultTestRunnerpublic FinallySequenceBuilder doFinally()
TestRunnerdoFinally in interface TestRunnerdoFinally in class DefaultTestRunnerCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.