Skip to content

class SetActionCommonControllerContext

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

Direct Known Subclasses:


class SetActionCommonControllerContext extends ASetActionMethod, ACommonMethodArgument, ACommonControllerArgument

Using common methods that affect a controller.

For example:

setCommand(), setMode(), setSimulation, ...

Properties

comment

Describes the intent of this Resource.

TextLiteral[0..1]

A Literal that accepts multiple lines of text.

commonFunction

AbstractCommonFunction[1..1]

controller

ATestController[0..1]

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

Common Function to set the value in the Common Interface.

CommonMethodControllerContext[1..1]

parameter

ACommonFunctionParameterSelect[0..N]

parameter

Valid parameters for the current context.

ASetParameter[0..1]

target

Resource[1..1]

The base class of any Resource in the system.

target

Resource[1..1]

The base class of any Resource in the system.

targetController

Controller on which the function is executed.

ATestController[1..1]