StoryTeller.Testing.Engine.GrammarErrorFixture.Bad2 C# (CSharp) Method

Bad2() public method

public Bad2 ( ) : IGrammar
return IGrammar
        public IGrammar Bad2()
        {
            throw new NotImplementedException();
        }
GrammarErrorFixture