public TestContext(AmbethIocRunner runner) { this.runner = runner; }
public AbstractIocTest() { runner = new AmbethIocRunner(GetType(), this); }