public class TokenStreamBasicTokenizerTest extends Object
| Constructor and Description |
|---|
TokenStreamBasicTokenizerTest() |
public TokenStreamBasicTokenizerTest()
public void beforeEach()
protected void assertNextTokenIs(int startIndex, int endIndex, int type)
protected void assertNoMoreTokens()
public void shouldCreateNoTokensForEmptyContent()
public void shouldCreateNoTokensForContentWithOnlyWhitespace()
public void shouldCreateTokenForEachSymbolCharacter()
public void shouldCreateTokenForEachDecimalCharacter()
public void shouldCreateTokenForEndOfLineComment()
public void shouldCreateTokenForEndOfLineCommentThatEndsWithEndOfString()
public void shouldCreateTokenForMultiLineComment()
public void shouldCreateTokenForMultiLineCommentAtEndOfContent()
public void shouldCreateTokenForMultiLineCommentWithoutTerminatingCharacters()
public void shouldCreateTokenForMultiLineCommentWithoutAllTerminatingCharacters()
public void shouldCreateTokenForSingleQuotedString()
public void shouldCreateTokenForSingleQuotedStringWithEscapedSingleQuoteCharacters()
public void shouldCreateTokenForSingleQuotedStringAtEndOfContent()
public void shouldCreateTokenForSingleQuotedStringWithoutClosingQuote()
public void shouldCreateTokenForDoubleQuotedString()
public void shouldCreateTokenForDoubleQuotedStringWithEscapedDoubleQuoteCharacters()
public void shouldCreateTokenForDoubleQuotedStringAtEndOfContent()
public void shouldCreateTokenForDoubleQuotedStringWithoutClosingQuote()
public void shouldCreateTokensForWordsWithAlphabeticCharacters()
public void shouldCreateTokensForWordsWithNumericCharacters()
public void shouldCreateTokensForWordsWithAlphaNumericCharacters()
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.