org.jboss.shrinkwrap.descriptor.impl.webcommon30
Class ServletTypeImplTestCase

java.lang.Object
  extended by org.jboss.shrinkwrap.descriptor.impl.webcommon30.ServletTypeImplTestCase

public class ServletTypeImplTestCase
extends java.lang.Object


Constructor Summary
ServletTypeImplTestCase()
           
 
Method Summary
 void testAsyncSupported()
           
 void testEnabled()
           
 void testInitParam()
           
 void testJspFile()
           
 void testLoadOnStartup()
           
 void testMultipartConfig()
           
 void testRunAs()
           
 void testSecurityRoleRef()
           
 void testServletClass()
           
 void testServletName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletTypeImplTestCase

public ServletTypeImplTestCase()
Method Detail

testServletName

public void testServletName()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testInitParam

public void testInitParam()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testLoadOnStartup

public void testLoadOnStartup()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testEnabled

public void testEnabled()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testAsyncSupported

public void testAsyncSupported()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testRunAs

public void testRunAs()
               throws java.lang.Exception
Throws:
java.lang.Exception

testSecurityRoleRef

public void testSecurityRoleRef()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testMultipartConfig

public void testMultipartConfig()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testServletClass

public void testServletClass()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testJspFile

public void testJspFile()
                 throws java.lang.Exception
Throws:
java.lang.Exception