示例#1
0
 public void GetWorkTime_Gets_TimeSpan_Of_TotalHours()
 {
     _testObject.GetWorkTime().Should().Be(new System.TimeSpan(0, 6, 0, 0, 0));
 }