示例#1
0
 public void When()
 {
     _post = Build.APost();
 }
示例#2
0
 public void Setup()
 {
     _post = Build.APost();
     _post.ClearChanges();
     _post.Delete();
 }