Skip to content

class ASetAction

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

Direct Known Subclasses: SetActionCommon_deprecated, SetActionSpecific, SetActionManual, SetActionLocalVariable, ASetActionMethod, SetActionIO


abstract class ASetAction extends AAction

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]

Method Summary

getFirstArgument

Parameters:

TestCaseInstance
PlatformType

getSecondArgument

Parameters:

TestCaseInstance
PlatformType

getSetAction

Parameters:

TestCaseInstance
AAction
PlatformType