public AlteringsControllerUnitTests()
 {
     controller = new AlteringsController(new AzureBasedMicroserviceContext(), null);
     dbContext  = new AzureBasedMicroserviceContext();
 }
 public IntegrationTest()
 {
     dbContext = new AzureBasedMicroserviceContext();
 }
示例#3
0
 public PaymentsControllerUnitTests()
 {
     controller = new PaymentsController(new AzureBasedMicroserviceContext(), null);
     dbContext  = new AzureBasedMicroserviceContext();
 }