コード例 #1
0
 public void GetIsAdequatelyAnnotated_NoSegments_ReturnsFalse()
 {
     _collection.GetTimeTier().Segments.Clear();
     Assert.IsFalse(_collection.GetIsAdequatelyAnnotated(OralAnnotationType.CarefulSpeech));
     Assert.IsFalse(_collection.GetIsAdequatelyAnnotated(OralAnnotationType.Translation));
 }