コード例 #1
0
 public void GetTimeTier_TierDoesNotExist_ReturnsNull()
 {
     _collection.RemoveAt(0);
     Assert.IsNull(_collection.GetTimeTier());
 }