예제 #1
0
 public void TestContent()
 {
     _option.Content("a").Begin();
     AssertResult("content:'a'");
 }