Beispiel #1
0
 public void Before()
 {
     ctrl = new PokerGamePlayController()
     {
         Request       = new HttpRequestMessage(),
         Configuration = new System.Web.Http.HttpConfiguration()
     };
 }
Beispiel #2
0
 public void After()
 {
     ((PokerGamePlayService)ctrl.Service).Clear();
     ctrl = null;
 }