Succeeded

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 SucceededVAR_INPUT finalMessage : STRING(255) := ''; // optional messageEND_VAR
Inputs
Name | Type | Description | Default setting |
|---|---|---|---|
finalMessage | STRING(255) | Final message when the test case has completed. | “” |
Example
succeeded();