Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Operation Constraints Dialog
You use the Operation Constraints dialog to define or edit the pre-conditions and/or post-conditions on an operation in a Testpoint Class that is subject to Testpoint tests.
Pre-conditions defined for a method are evaluated when the method is first called; post-conditions are evaluated (at the same time as any Class Invariant) when the method completes.
Access: Double-click on the operation item in the Testpoints window
Reference:
The dialog contains two sets of the following fields; one set for pre-conditions and one set for post-conditions:
Field |
Usage |
See also |
|---|---|---|
Constraint |
Click on the ( ... ) button The Testpoint Editor dialog displays, listing the conditions currently set on the operation; you can create, delete and re-sequence the conditions on this dialog |
|
Action on Fail |
Click on the drop-down arrow and select from the three options:
|
|
Testpoint Trace:
The dialog also contains fields for Testpoint Trace statements. Testpoints differ from constraints, being statements that can return the values of variables (similar to a Debug.Print or Session.output statement). They are not set in the code, but stored in the model.
Field |
Usage |
See also |
|---|---|---|
Trace |
(Disabled if the Level field is set to Disabled) View the current traces and/or, if necessary, type in a new trace statement If there are several trace statements, you can list the statements in a vertical list rather than a comma-separated string - click on the Browse button |
|
Level |
Select the required level of trace statement to be output
|
|
Learn More:
Learning Center topics:
- (Alt+F1) | Execution Analysis | Testpoints |
- Edit Pre Condition
- Edit Post Condition