Esempio n. 1
0
 public UpdatePaymentCommandTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Esempio n. 2
0
 public GetAccountQueryTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Esempio n. 3
0
 public UpdateCategoryCommandTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
 public GetCategoryBySearchTermQueryTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Esempio n. 5
0
 public DeletePaymentByIdCommandTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Esempio n. 6
0
 public GetPaymentsForAccountIdQueryTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Esempio n. 7
0
 public GetPaymentByIdQueryTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Esempio n. 8
0
 public GetCategorySummaryQueryTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Esempio n. 9
0
 public GetUnclearedPaymentsOfThisMonthQueryTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
 public GetIfCategoryWithNameExistsQueryTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Esempio n. 11
0
 public GetCategorySpreadingQueryTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
 public DeleteCategoryByIdCommandTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Esempio n. 13
0
 public GetIncludedAccountBalanceSummaryTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Esempio n. 14
0
 public GetCashFlowQueryHandlerTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Esempio n. 15
0
 public CreateAccountCommandTests()
 {
     context = TestEfCoreContextFactory.Create();
 }