net.sourceforge.pmd.lang.plsql.dfa
Class StatementAndBraceFinderTest
java.lang.Object
net.sourceforge.pmd.lang.plsql.AbstractPLSQLParserTst
net.sourceforge.pmd.lang.plsql.dfa.StatementAndBraceFinderTest
public class StatementAndBraceFinderTest
- extends AbstractPLSQLParserTst
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatementAndBraceFinderTest
public StatementAndBraceFinderTest()
testExpressionParentChildLinks
public void testExpressionParentChildLinks()
throws Throwable
- Java ASTStatementExpression equivalent is inferred as an Expression() which has
an UnlabelledStatement as a parent.
- Throws:
Throwable
testVariableOrConstantDeclaratorParentChildLinks
public void testVariableOrConstantDeclaratorParentChildLinks()
throws Throwable
- Throws:
Throwable
testIfStmtHasCorrectTypes
public void testIfStmtHasCorrectTypes()
throws Throwable
- Throws:
Throwable
testWhileStmtHasCorrectTypes
public void testWhileStmtHasCorrectTypes()
throws Throwable
- Throws:
Throwable
testForStmtHasCorrectTypes
public void testForStmtHasCorrectTypes()
throws Throwable
- Throws:
Throwable
testSimpleCaseStmtHasCorrectTypes
public void testSimpleCaseStmtHasCorrectTypes()
throws Throwable
- Throws:
Throwable
testLabelledStmtHasCorrectTypes
public void testLabelledStmtHasCorrectTypes()
throws Throwable
- Throws:
Throwable
testOnlyWorksForMethodsAndConstructors
public void testOnlyWorksForMethodsAndConstructors()
suite
public static junit.framework.Test suite()
Copyright © 2002–2015 InfoEther. All rights reserved.