コード例 #1
0
 public void GreaterExecutionTimeShouldPass()
 {
     _responseWithObject
     .TestElaspedTime("faster elasped time", x => x > _mockElaspedMs - 1)
     .Assert("faster elasped time");
 }