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

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

public class ASTAnnotationTest
extends ParserTst


Constructor Summary
ASTAnnotationTest()
           
 
Method Summary
static junit.framework.Test suite()
           
 void testAnnotationFailsWithJDK14()
           
 void testAnnotationSucceedsWithDefaultMode()
           
 void testAnnotationSucceedsWithJDK15()
           
 
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

ASTAnnotationTest

public ASTAnnotationTest()
Method Detail

testAnnotationSucceedsWithDefaultMode

public void testAnnotationSucceedsWithDefaultMode()
                                           throws Throwable
Throws:
Throwable

testAnnotationFailsWithJDK14

public void testAnnotationFailsWithJDK14()
                                  throws Throwable
Throws:
Throwable

testAnnotationSucceedsWithJDK15

public void testAnnotationSucceedsWithJDK15()
                                     throws Throwable
Throws:
Throwable

suite

public static junit.framework.Test suite()


Copyright © 2002–2015 InfoEther. All rights reserved.