A phrase represents the natural language portion of an assertion that
describes the expected behavior. It can be either a single string literal or
a choice between multiple string literals.
Example
// Single phrase literal typePhrase1=PhraseLiteral;// "to be a string"
Union type combining both phrase literal types.
A phrase represents the natural language portion of an assertion that describes the expected behavior. It can be either a single string literal or a choice between multiple string literals.