You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
arm-ttk version: 0.24 Scenario: You have a DropDown control where the value of each "allowedValue" constraint is a JSON object that is domain-specific (see the sample CUID below that applies to the birds domain). Note that the JSON payload is user data, not CUID properties.
Problem: When running arm-ttk against this example, the following error is returned, indicating that arm-ttk is applying the "CreateUIDefinition Must Not Have Blanks" test case not only to CUID base constructs but also to user data:
CreateUIDefinition Must Not Have Blanks
- Error: Empty property: synonyms found on line: 15
NOTE: While one can argue that perhaps the JSON payloads of the user data should remove the empty properties, there are many cases, especially with generated data, where removing the empty property is not an option and adds a certain maintenance overhead.
arm-ttk version: 0.24
Scenario: You have a DropDown control where the value of each "allowedValue" constraint is a JSON object that is domain-specific (see the sample CUID below that applies to the birds domain). Note that the JSON payload is user data, not CUID properties.
Problem: When running arm-ttk against this example, the following error is returned, indicating that arm-ttk is applying the "CreateUIDefinition Must Not Have Blanks" test case not only to CUID base constructs but also to user data:
NOTE: While one can argue that perhaps the JSON payloads of the user data should remove the empty properties, there are many cases, especially with generated data, where removing the empty property is not an option and adds a certain maintenance overhead.
Sample CUID:
The text was updated successfully, but these errors were encountered: