public void AddAnnotations_should_add_all_nominal() { DomDocument d = new DomDocument(); d.AddAnnotations(new object [] { AnnotationClass.Value, Glob.Anything, string.Empty }); Assert.SetEqual(new object [] { AnnotationClass.Value, Glob.Anything, string.Empty }, d.Annotations()); }