예제 #1
0
 public PostsControllerTest(ControllerFixture <PostsController> fixture)
 {
     _fixture = fixture;
 }
예제 #2
0
 public AuthorsControllerTest(ControllerFixture <AuthorsController> fixture)
 {
     _fixture = fixture;
 }