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