Succeeded

Succeeded 1:

The succeeded method is called to confirm that the test case was executed successfully. The test case runs until either a Assert method detects that the test case has failed, the configured timeout stops the test case from running, or calling succeeded confirms that the test case has completed error-free.

Syntax

METHOD Succeeded
VAR_INPUT
    finalMessage : STRING(255) := ''; // optional message
END_VAR

Succeeded 2: Inputs

Name

Type

Description

Default setting

finalMessage

STRING(255)

Final message when the test case has completed.

“”

Example

succeeded();