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