Esempio n. 1
0
 public CreditCardControllerTest()
 {
     dbUtils    = new DbUtils();
     testsUtils = new TestsUtils(dbUtils);
 }
Esempio n. 2
0
 public RepositoriesTest()
 {
     dbUtils    = new DbUtils();
     testsUtils = new TestsUtils(dbUtils);
 }
 public StatementControllerTest()
 {
     dbUtils    = new DbUtils();
     testsUtils = new TestsUtils(dbUtils);
 }