org.jboss.shrinkwrap.descriptor.impl.persistence20
Class PersistenceUnitImplTestCase

java.lang.Object
  extended by org.jboss.shrinkwrap.descriptor.impl.persistence20.PersistenceUnitImplTestCase

public class PersistenceUnitImplTestCase
extends java.lang.Object


Constructor Summary
PersistenceUnitImplTestCase()
           
 
Method Summary
 void testClass()
           
 void testDescription()
           
 void testExcludeUnlistedClasses()
           
 void testJarFile()
           
 void testJtaDataSource()
           
 void testMappingFile()
           
 void testName()
           
 void testNonJtaDataSource()
           
 void testProperties()
           
 void testProvider()
           
 void testSharedCacheMode()
           
 void testTransactionType()
           
 void testValidationMode()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceUnitImplTestCase

public PersistenceUnitImplTestCase()
Method Detail

testDescription

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

testProvider

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

testJtaDataSource

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

testNonJtaDataSource

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

testMappingFile

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

testJarFile

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

testClass

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

testExcludeUnlistedClasses

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

testSharedCacheMode

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

testValidationMode

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

testProperties

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

testName

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

testTransactionType

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