コード例 #1
0
ファイル: CommandTestBase.cs プロジェクト: parrafo28/MoneyFox
 public void Dispose()
 {
     InMemoryEfCoreContextFactory.Destroy(Context);
 }
コード例 #2
0
 protected virtual void Dispose(bool disposing) => InMemoryEfCoreContextFactory.Destroy(Context);
コード例 #3
0
ファイル: CommandTestBase.cs プロジェクト: parrafo28/MoneyFox
 public CommandTestBase()
 {
     Context = InMemoryEfCoreContextFactory.Create();
 }
コード例 #4
0
 public QueryTestFixture()
 {
     Context = InMemoryEfCoreContextFactory.Create();
 }