org.jboss.shrinkwrap.descriptor.impl.javaee6
Class DataSourceTypeImplTestCase

java.lang.Object
  extended by org.jboss.shrinkwrap.descriptor.impl.javaee6.DataSourceTypeImplTestCase

public class DataSourceTypeImplTestCase
extends java.lang.Object


Constructor Summary
DataSourceTypeImplTestCase()
           
 
Method Summary
 void testClassName()
           
 void testDatabaseName()
           
 void testDescription()
           
 void testInitialPoolSize()
           
 void testIsolationLevel()
           
 void testLoginTimeout()
           
 void testMaxIdleTime()
           
 void testMaxPoolSize()
           
 void testMaxStatements()
           
 void testMinPoolSize()
           
 void testName()
           
 void testPassword()
           
 void testPortNumber()
           
 void testProperty()
           
 void testServerName()
           
 void testTransactional()
           
 void testUrl()
           
 void testUser()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceTypeImplTestCase

public DataSourceTypeImplTestCase()
Method Detail

testDescription

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

testName

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

testClassName

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

testServerName

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

testPortNumber

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

testDatabaseName

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

testUrl

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

testUser

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

testPassword

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

testProperty

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

testLoginTimeout

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

testTransactional

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

testIsolationLevel

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

testInitialPoolSize

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

testMaxPoolSize

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

testMinPoolSize

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

testMaxIdleTime

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

testMaxStatements

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