/// <summary>
 /// Apply the expectation state change
 /// </summary>
 public override void Apply()
 {
     base.Apply();
     PrevState = Expect.State;
 }
Exemple #2
0
 /// <summary>
 ///     Apply the expectation state change
 /// </summary>
 /// <param name="runner"></param>
 public override void Apply(Runner runner)
 {
     base.Apply(runner);
     PrevState = Expect.State;
 }
 /// <summary>
 ///     Apply the expectation state change
 /// </summary>
 /// <param name="runner"></param>
 public override void Apply(Runner runner)
 {
     base.Apply(runner);
     PrevState = Expect.State;
 }
 /// <summary>
 /// Apply the expectation state change
 /// </summary>
 public override void Apply()
 {
     base.Apply();
     PrevState = Expect.State;
 }