コード例 #1
0
 protected virtual void Dispose(bool disposing)
 {
     InMemoryEfCoreContextFactory.Destroy(context);
 }
コード例 #2
0
 public GetCategoryByIdQueryTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }
コード例 #3
0
 public void Dispose()
 {
     InMemoryEfCoreContextFactory.Destroy(context);
 }
コード例 #4
0
 public GetIfCategoryWithNameExistsQueryTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }
コード例 #5
0
 public GetCashFlowQueryHandlerTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }
コード例 #6
0
 public GetAccountByIdQueryTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }
コード例 #7
0
 public DeletePaymentByIdCommandTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }
コード例 #8
0
 public CreateCategoryCommandTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }
コード例 #9
0
 public GetIncludedAccountBalanceSummaryTests()
 {
     context = InMemoryEfCoreContextFactory.Create();
 }