Related content
Previous snippet
1_return_verdictkind
The type of return parameter of the stereotyped model element shall be VerdictKind. (note this is consistent with the UML Testing Profile).
(self.base_Behavior->notEmpty() implies self.base_Behavior.ownedParameter->exists(p |
p.direction=UML::ParameterDirectionKind::return and p.type = VerdictKind )) and (self.base_Operation->notEmpty() implies self.base_Operation.ownedParameter->exists(p
| p.direction=UML::ParameterDirectionKind::return and p.type = VerdictKind ))