net.sourceforge.pmd.cpd
Class CPPTokenizerTest

java.lang.Object
  extended by net.sourceforge.pmd.cpd.CPPTokenizerTest

public class CPPTokenizerTest
extends Object


Constructor Summary
CPPTokenizerTest()
           
 
Method Summary
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 testTokenizerWithoutSkipBlocks()
           
 void testTokenizerWithSkipBlocks()
           
 void testTokenizerWithSkipBlocksPattern()
           
 void testUnicodeSupport()
           
 void testUTFwithBOM()
           
 void testWhiteSpaceEscape()
           
 void testWideCharacters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CPPTokenizerTest

public CPPTokenizerTest()
Method Detail

testUTFwithBOM

public void testUTFwithBOM()

testUnicodeSupport

public void testUnicodeSupport()

testMultiLineMacros

public void testMultiLineMacros()
                         throws Throwable
Throws:
Throwable

testDollarSignInIdentifier

public void testDollarSignInIdentifier()

testDollarSignStartingIdentifier

public void testDollarSignStartingIdentifier()

testWideCharacters

public void testWideCharacters()

testContinuation_IntraToken

public void testContinuation_IntraToken()

testContinuation_InterToken

public void testContinuation_InterToken()

testTokenizerWithSkipBlocks

public void testTokenizerWithSkipBlocks()
                                 throws Exception
Throws:
Exception

testTokenizerWithSkipBlocksPattern

public void testTokenizerWithSkipBlocksPattern()
                                        throws Exception
Throws:
Exception

testTokenizerWithoutSkipBlocks

public void testTokenizerWithoutSkipBlocks()
                                    throws Exception
Throws:
Exception

testAsmWithAtSign

public void testAsmWithAtSign()

testEOLCommentInPreprocessingDirective

public void testEOLCommentInPreprocessingDirective()

testEmptyCharacter

public void testEmptyCharacter()

testHexCharacter

public void testHexCharacter()

testWhiteSpaceEscape

public void testWhiteSpaceEscape()

suite

public static junit.framework.Test suite()


Copyright © 2002–2015 InfoEther. All rights reserved.