Example #1
0
 void ITestVisitor.WriteComment(Comment comment)
 {
     if (isLatched)
     {
         return;
     }
     _stream.Comment(comment);
 }