コード例 #1
0
 public void AddTextTierWithEmptySegments_AddsTier()
 {
     _collection.AddTextTierWithEmptySegments("tb");
     Assert.IsNotNull(_collection.FirstOrDefault(t => t.Id == "tb"));
 }