コード例 #1
0
ファイル: TestParserTester.cs プロジェクト: larsw/storyteller
        private string theParserShouldBeLatchedByMissingFixture()
        {
            string fixtureName = "FixtureThatDoesNotExist";

            lastSection = new Section(fixtureName);
            parser.CallOn <ITestVisitor>(x => x.StartSection(lastSection));
            return(fixtureName);
        }