public N2TestContextTests()
 {
     testContext = new N2TestContext();
 }
 public TestContextExtensionsTests()
 {
     testContext = new N2TestContext();
     controller = new FooPageController();
 }