public class CPPTokenizerTest extends Object
| Constructor and Description |
|---|
CPPTokenizerTest() |
| Modifier and Type | Method and Description |
|---|---|
static junit.framework.Test |
suite() |
void |
testAsmWithAtSign() |
void |
testContinuation_InterToken() |
void |
testContinuation_IntraToken() |
void |
testDollarSignInIdentifier() |
void |
testDollarSignStartingIdentifier() |
void |
testEmptyCharacter() |
void |
testEOLCommentInPreprocessingDirective() |
void |
testHexCharacter() |
void |
testMultiLineMacros() |
void |
testRawStringLiteral() |
void |
testTokenizerWithoutSkipBlocks() |
void |
testTokenizerWithSkipBlocks() |
void |
testTokenizerWithSkipBlocksPattern() |
void |
testUnicodeSupport() |
void |
testUTFwithBOM() |
void |
testWhiteSpaceEscape() |
void |
testWideCharacters() |
public void testUTFwithBOM()
public void testUnicodeSupport()
public void testDollarSignInIdentifier()
public void testDollarSignStartingIdentifier()
public void testWideCharacters()
public void testContinuation_IntraToken()
public void testContinuation_InterToken()
public void testTokenizerWithSkipBlocks()
throws Exception
Exceptionpublic void testTokenizerWithSkipBlocksPattern()
throws Exception
Exceptionpublic void testTokenizerWithoutSkipBlocks()
throws Exception
Exceptionpublic void testAsmWithAtSign()
public void testEOLCommentInPreprocessingDirective()
public void testEmptyCharacter()
public void testHexCharacter()
public void testWhiteSpaceEscape()
public void testRawStringLiteral()
public static junit.framework.Test suite()
Copyright © 2002–2016 InfoEther. All rights reserved.