net.sourceforge.pmd.cpd
Class CsTokenizerTest

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

public class CsTokenizerTest
extends Object


Constructor Summary
CsTokenizerTest()
           
 
Method Summary
 void init()
           
 void testCommentsIgnored1()
           
 void testCommentsIgnored2()
           
 void testCommentsIgnored3()
           
 void testLineNumberAfterMultilineComment()
           
 void testLineNumberAfterMultilineString()
           
 void testMoreTokens()
           
 void testOpenString()
           
 void testSimpleClass()
           
 void testSimpleClassDuplicatedTokens()
           
 void testSimpleClassMethodMultipleLines()
           
 void testStrings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CsTokenizerTest

public CsTokenizerTest()
Method Detail

init

public void init()

testSimpleClass

public void testSimpleClass()

testSimpleClassDuplicatedTokens

public void testSimpleClassDuplicatedTokens()

testSimpleClassMethodMultipleLines

public void testSimpleClassMethodMultipleLines()

testStrings

public void testStrings()

testOpenString

public void testOpenString()

testCommentsIgnored1

public void testCommentsIgnored1()

testCommentsIgnored2

public void testCommentsIgnored2()

testCommentsIgnored3

public void testCommentsIgnored3()

testMoreTokens

public void testMoreTokens()

testLineNumberAfterMultilineComment

public void testLineNumberAfterMultilineComment()

testLineNumberAfterMultilineString

public void testLineNumberAfterMultilineString()


Copyright © 2002–2015 InfoEther. All rights reserved.