protected void TearDown()
 {
     context = null;
     lineChecker = null;
 }
 protected void SetUp()
 {
     context = new Context();
     lineChecker = new TestCheckerMockLine();
 }