예제 #1
0
 public void TestInitialize()
 {
     this.controller = new AlbumsController(TestObjectFactory.GetAlbumsService());
     this.controller.Configuration = new HttpConfiguration();
     this.invalidAlbumModel        = TestObjectFactory.GetInvalidAlbumModel();
 }