net.sourceforge.pmd.lang.java.ast
Class ASTAssignmentOperatorTest

java.lang.Object
  extended by net.sourceforge.pmd.lang.java.ParserTst
      extended by net.sourceforge.pmd.lang.java.ast.ASTAssignmentOperatorTest

public class ASTAssignmentOperatorTest
extends ParserTst


Constructor Summary
ASTAssignmentOperatorTest()
           
 
Method Summary
static junit.framework.Test suite()
           
 void testCompoundAssignmentMultRecognized()
           
 void testCompoundAssignmentPlusRecognized()
           
 void testSimpleAssignmentRecognized()
           
 
Methods inherited from class net.sourceforge.pmd.lang.java.ParserTst
buildDFA, dumpNodes, getNodes, getNodes, getOrderedNodes, parseJava, parseJava13, parseJava14, parseJava15, parseJava17, parseJava18
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASTAssignmentOperatorTest

public ASTAssignmentOperatorTest()
Method Detail

testSimpleAssignmentRecognized

public void testSimpleAssignmentRecognized()
                                    throws Throwable
Throws:
Throwable

testCompoundAssignmentPlusRecognized

public void testCompoundAssignmentPlusRecognized()
                                          throws Throwable
Throws:
Throwable

testCompoundAssignmentMultRecognized

public void testCompoundAssignmentMultRecognized()
                                          throws Throwable
Throws:
Throwable

suite

public static junit.framework.Test suite()


Copyright © 2002–2015 InfoEther. All rights reserved.