Example #1
0
 public void CheckAndEstimateReturnsTrueIfAllValuesAreValid()
 {
     Assert.That(sut.CheckAndEstimate(Task), Is.True);
 }