Example #1
0
 public TestContext(AmbethIocRunner runner)
 {
     this.runner = runner;
 }
Example #2
0
 public AbstractIocTest()
 {
     runner = new AmbethIocRunner(GetType(), this);
 }