Skip to content

class TestAwaitAction

Package: swiss.avm.up.core.generic.testing.javamodel.TestAwaitAction

Direct Known Subclasses:


class TestAwaitAction extends ATestAction

An expression defines the test of a variable for a specific value. The timeout parameter can be used to define a maximum time after which the test is declared as failed if the defined value is not reached.

Properties

comment

Describes the intent of this Resource.

TextLiteral[0..1]

A Literal that accepts multiple lines of text.

execute

Specify in which case the current action should be executed:

- allways: Action is executed in any case
- passed: Action is executed when all previous actions have been successful.
- failed: Action is executed if any of the previous actions failed.

Execute[0..1]

expression

An expression defines the test of a variable for a certain value.
Several expressions can be specified. These are linked by a logical condition. This means that if one of the conditions is passed, the test is passed.

AComperator[1..N]

logicalOperator

Logical operator for combining multiple expressions

LogicalOperator[1..1]

Logical operator for combining multiple expressions

timeout[ms]

Maximum waiting time until the test fails.

IntegerLiteral[1..1]

A literal which accepts 32-bit integral number values.

Method Summary

getTestAwaitAction

Parameters:

TestCaseInstance
AAction
ATestAction
PlatformType