Exemplo n.º 1
0
 protected virtual void Dispose(bool disposing)
 {
     InMemoryEfCoreContextFactory.Destroy(context);
 }
Exemplo n.º 2
0
 public GetCategoryByIdQueryTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }
 public void Dispose()
 {
     InMemoryEfCoreContextFactory.Destroy(context);
 }
Exemplo n.º 4
0
 public GetIfCategoryWithNameExistsQueryTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }
 public GetCashFlowQueryHandlerTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }
Exemplo n.º 6
0
 public GetAccountByIdQueryTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }
 public DeletePaymentByIdCommandTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }
Exemplo n.º 8
0
 public CreateCategoryCommandTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }
 public GetIncludedAccountBalanceSummaryTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }