Class Tokenizer
Tokenizer class performs lexical analysis for the TestSelectionParser.
It recognizes a very limited set of tokens: words, symbols and
quoted strings. This is sufficient for the simple DSL we use to
select which tests to run.
Assembly: nunitlite.dll
Syntax
Constructors
View Source
Tokenizer(string)
Declaration
public Tokenizer(string input)
Parameters
Type |
Name |
Description |
string |
input |
|
Properties
View Source
LookAhead
Declaration
public Token LookAhead { get; }
Property Value
Methods
View Source
NextToken()
Declaration
Returns