Beispiel #1
0
 public void Dispose()
 {
     TestEfCoreContextFactory.Destroy(context);
 }
Beispiel #2
0
 public UpdatePaymentCommandTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Beispiel #3
0
 public GetAccountQueryTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Beispiel #4
0
 public UpdateCategoryCommandTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
 public GetCategoryBySearchTermQueryTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Beispiel #6
0
 public DeletePaymentByIdCommandTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Beispiel #7
0
 public GetPaymentsForAccountIdQueryTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Beispiel #8
0
 public GetPaymentByIdQueryTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Beispiel #9
0
 public GetCategorySummaryQueryTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Beispiel #10
0
 public GetUnclearedPaymentsOfThisMonthQueryTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
 public GetIfCategoryWithNameExistsQueryTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Beispiel #12
0
 public GetCategorySpreadingQueryTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
 public DeleteCategoryByIdCommandTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Beispiel #14
0
 public GetIncludedAccountBalanceSummaryTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Beispiel #15
0
 public GetCashFlowQueryHandlerTests()
 {
     context = TestEfCoreContextFactory.Create();
 }
Beispiel #16
0
 public CreateAccountCommandTests()
 {
     context = TestEfCoreContextFactory.Create();
 }