protected virtual void Dispose(bool disposing)
 {
     InMemoryEfCoreContextFactory.Destroy(context);
 }
 public GetCategoryByIdQueryTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }
 public void Dispose()
 {
     InMemoryEfCoreContextFactory.Destroy(context);
 }
示例#4
0
 public GetIfCategoryWithNameExistsQueryTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }
 public GetCashFlowQueryHandlerTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }
 public GetAccountByIdQueryTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }
 public DeletePaymentByIdCommandTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }
示例#8
0
 public CreateCategoryCommandTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }
 public GetIncludedAccountBalanceSummaryTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }