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
If an item from python.lobster does not contain a link to an item from trlc.lobster, then currently the HTML report displays the message "missing up reference".
Instead, it shall print "missing up reference to Requirements".
If an item from b.lobster does not contain a link to an item from a1.lobster, and also no link to an item from a2.lobster, then the HTML report shall print the following messages:
"missing up reference to A1"
"missing up reference to A2"
Once #10 is implemented, the messages must be more sophisticated. They must include all optional sources.
The text was updated successfully, but these errors were encountered:
Example 1:
If an item from
python.lobster
does not contain a link to an item fromtrlc.lobster
, then currently the HTML report displays the message "missing up reference".Instead, it shall print "missing up reference to Requirements".
Example 2:
If an item from
b.lobster
does not contain a link to an item froma1.lobster
, and also no link to an item froma2.lobster
, then the HTML report shall print the following messages:Once #10 is implemented, the messages must be more sophisticated. They must include all optional sources.
The text was updated successfully, but these errors were encountered: