コード例 #1
0
 public void ThenCurrentExecutionTableIsEmpty()
 {
     _helper.RowCount("procfwk.CurrentExecution").Should().Be(0);
 }
コード例 #2
0
 public void ThenTwoBatchExecutionSuccessRecords()
 {
     _helperFirstBatch.RowCount("procfwk.BatchExecution", where : "BatchStatus", equals: "Success").Should().Be(2);
 }