Example #1
0
 public void GetSegmentEnclosingTime_BoundaryIsNegative_ReturnsNull()
 {
     Assert.IsNull(_tier.GetSegmentEnclosingTime(-1f));
 }