Skip to content

class TestAction

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

Direct Known Subclasses:


class TestAction extends ATestAction

The TestAction checks variables or return values of functions for a specific value.

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]

orExpression

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

AComperator[1..N]

Method Summary

getTestAction

Parameters:

TestCaseInstance
AAction
ATestAction
PlatformType