public AssertJsonNeitherNullOrEmpty(ITestOutputHelper helper)
 {
     _testOutputHelper = helper;
     _product          = new Service.ProductRepository();
 }
Пример #2
0
 public AssertInsertProducts(ITestOutputHelper helper)
 {
     _testOutputHelper = helper;
     _product          = new Service.ProductRepository();
 }
Пример #3
0
 public AssertJsonValid(ITestOutputHelper helper)
 {
     _testOutputHelper = helper;
     _product          = new Service.ProductRepository();
 }
 public AssertFantasticAttribute(ITestOutputHelper helper)
 {
     _testOutputHelper = helper;
     _product          = new Service.ProductRepository();
 }