示例#1
0
 public void Should_copy_to_array()
 {
     Statements.After(_ => ((ICollection <Statement>)Collection).CopyTo(Statements, 0)).ShouldAllBeEquivalentTo(new[] { Typing, Predicate });
 }