net.sourceforge.pmd.lang.jsp.ast
Class OpenTagRegisterTest

java.lang.Object
  extended by net.sourceforge.pmd.lang.jsp.ast.OpenTagRegisterTest

public class OpenTagRegisterTest
extends Object


Constructor Summary
OpenTagRegisterTest()
           
 
Method Summary
 void doubleNesting()
          
 void interleavedTags()
          
 void newRegister()
           
 void openedIsolatedTag()
          
 void testSimpleNesting()
          
 void unopenedTags()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenTagRegisterTest

public OpenTagRegisterTest()
Method Detail

newRegister

public void newRegister()

testSimpleNesting

public void testSimpleNesting()


doubleNesting

public void doubleNesting()


unopenedTags

public void unopenedTags()


interleavedTags

public void interleavedTags()


openedIsolatedTag

public void openedIsolatedTag()



Copyright © 2002–2015 InfoEther. All rights reserved.