예제 #1
0
 public ConfirmedOrdersHubTests()
 {
     _fixture          = new AppFixture();
     _toGoOrdersHelper = new ToGoOrderTestsHelper(_fixture);
     _authTestsHelper  = new AuthTestsHelper(_fixture);
     _hubUrl           = _fixture.GetCompleteServerUrl("/confirmedOrders");
 }
예제 #2
0
 public OrderControllerTests()
 {
     _fixture     = new AppFixture();
     _apiHelper   = new ApiTestsHelper(_fixture);
     _orderHelper = new ToGoOrderTestsHelper(_fixture);
 }
예제 #3
0
 public OrderToGoHandlerTests()
 {
     _fixture = new AppFixture();
     _helper  = new ToGoOrderTestsHelper(_fixture);
 }
예제 #4
0
 public CompleteToGoOrderHandlerTests()
 {
     _fixture = new AppFixture();
     _helper  = new ToGoOrderTestsHelper(_fixture);
 }