Esempio n. 1
0
 public void Can_Create_Post()
 {
     var post = new PostEntity();
     post.ShouldNotBeNull();
 }