net.sourceforge.pmd.cpd
Class PythonTokenizerTest

java.lang.Object
  extended by net.sourceforge.pmd.testframework.AbstractTokenizerTest
      extended by net.sourceforge.pmd.cpd.PythonTokenizerTest

public class PythonTokenizerTest
extends AbstractTokenizerTest


Field Summary
 
Fields inherited from class net.sourceforge.pmd.testframework.AbstractTokenizerTest
expectedTokenCount, sourceCode, tokenizer
 
Constructor Summary
PythonTokenizerTest()
           
 
Method Summary
 void buildTokenizer()
           
 String getSampleCode()
           
 void tokenizeTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonTokenizerTest

public PythonTokenizerTest()
Method Detail

buildTokenizer

public void buildTokenizer()
                    throws IOException
Specified by:
buildTokenizer in class AbstractTokenizerTest
Throws:
IOException

getSampleCode

public String getSampleCode()
                     throws IOException
Specified by:
getSampleCode in class AbstractTokenizerTest
Throws:
IOException

tokenizeTest

public void tokenizeTest()
                  throws IOException
Overrides:
tokenizeTest in class AbstractTokenizerTest
Throws:
IOException


Copyright © 2002–2015 InfoEther. All rights reserved.