private string theParserShouldBeLatchedByMissingFixture() { string fixtureName = "FixtureThatDoesNotExist"; lastSection = new Section(fixtureName); parser.CallOn <ITestVisitor>(x => x.StartSection(lastSection)); return(fixtureName); }