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

Bad1() public method

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