Boo.BooLangStudioSpecs.WhenAttemptingToGetATokenFromThePegLexer.WhenAttemptingToGetATokenFromThePegLexer C# (CSharp) Méthode

WhenAttemptingToGetATokenFromThePegLexer() public méthode

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