示例#1
0
 public When_appending_a_step_after_another()
 {
     When(() => Plan.AddAfter <DictionaryEquivalencyStep, MyEquivalencyStep>());
 }