net.sourceforge.pmd.lang.ecmascript.ast
Class ASTTryStatementTest
java.lang.Object
net.sourceforge.pmd.lang.ecmascript.ast.EcmascriptParserTestBase
net.sourceforge.pmd.lang.ecmascript.ast.ASTTryStatementTest
public class ASTTryStatementTest
- extends EcmascriptParserTestBase
See the following bugs:
#1141 ECMAScript: getFinallyBlock() is buggy.
#1142 ECMAScript: getCatchClause() is buggy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASTTryStatementTest
public ASTTryStatementTest()
testFinallyBlockOnly
public void testFinallyBlockOnly()
testCatchBlockOnly
public void testCatchBlockOnly()
testCatchAndFinallyBlock
public void testCatchAndFinallyBlock()
testMultipleCatchAndFinallyBlock
public void testMultipleCatchAndFinallyBlock()
Copyright © 2002–2015 InfoEther. All rights reserved.