Example #1
0
 public void Dispose()
 {
     PharmalinaContextFactory.Destroy(_context);
 }
Example #2
0
 public CommandTestBase()
 {
     _context = PharmalinaContextFactory.Create();
 }
Example #3
0
 public QueryTestFixture()
 {
     Context = PharmalinaContextFactory.Create();
 }