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