Пример #1
0
 public void TestConcatAddsText()
 {
     builder.Concat("added");
     AssertTitleIs("Textadded");
 }