Example #1
0
 public virtual bool MustHappenAfter(StepBase other)
 {
     return(false);
 }
Example #2
0
 public virtual bool MustHappenBefore(StepBase other)
 {
     return(false);
 }