Example #1
0
 public static AppFlowStepAssertions Should(this AppFlowStep step) => new AppFlowStepAssertions(step);
 public AppFlowStepAssertions(AppFlowStep step) : base(step)
 {
     _step = step;
 }