public ManagedContextTest() { _context = new ManagedContext(); _context.Register(typeof(ManagedContextTest).Assembly); }
public ManagedContextTest(ITestOutputHelper output) { _context = new ManagedContext(); _context.Register(typeof(ManagedContextTest).Assembly); }