Ejemplo n.º 1
0
 public void should_accept_any_content()
 {
     var section = new BasicSection(1, "name");
     section.AddContent(new ContentElement(-1, Language.Invariant, ContentType.Text));
     section.GetContent().Count().Should().Be(1);
 }