Boo.BooLangStudioSpecs.WhenAttemptingToGetATokenFromThePegLexer.WhenAttemptingToGetATokenFromThePegLexer C# (CSharp) Method

WhenAttemptingToGetATokenFromThePegLexer() public method

public WhenAttemptingToGetATokenFromThePegLexer ( ) : System
return System
        public WhenAttemptingToGetATokenFromThePegLexer()
            : base()
        {
            lexer = Mocks.PartialMock<PegLexer>();
            token = new TokenInfo();
            pegToken = new PegToken();
        }
WhenAttemptingToGetATokenFromThePegLexer