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