UoY-RoboStar / robocert-textual

Textual plugin and CSP generator for RoboCert
Eclipse Public License 2.0
2 stars 0 forks source link

Derived groups #84

Open MattWindsor91 opened 2 years ago

MattWindsor91 commented 2 years ago

Most of the reason why I've refactored the logic for producing targets and instantiations away from SequenceGroup was to allow the creation of groups of the form

sequence group X for M:
  // blah

derived sequence group Y = X
  with
    Foo set to 1 

The idea here is that this mechanism allows instantiating sequences with various different instantiations, then applying assertions to all of them. Because assertions are generally tied to the particular group

I'm not sure of: