Пример #1
0
 public CreditCardControllerTest()
 {
     dbUtils    = new DbUtils();
     testsUtils = new TestsUtils(dbUtils);
 }
Пример #2
0
 public RepositoriesTest()
 {
     dbUtils    = new DbUtils();
     testsUtils = new TestsUtils(dbUtils);
 }
 public StatementControllerTest()
 {
     dbUtils    = new DbUtils();
     testsUtils = new TestsUtils(dbUtils);
 }