Per #15, the next thing to do is teach the metamodel how to override targets' constant definitions. My current thought is to introduce a new Target that wraps a Target with constant overrides, and it should theoretically be possible to apply the same sort of overrides at the assertion level.
Per #15, the next thing to do is teach the metamodel how to override targets' constant definitions. My current thought is to introduce a new
Target
that wraps aTarget
with constant overrides, and it should theoretically be possible to apply the same sort of overrides at the assertion level.