|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.jca.embedded.arquillian.ArquillianJCATestUtils
public final class ArquillianJCATestUtils

A ArquillianJCATestUtils.
| Constructor Summary | |
|---|---|
ArquillianJCATestUtils()
|
|
| Method Summary | |
|---|---|
static org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive |
buidShrinkwrapRa(String archiveName,
String packageName)
Build a shrinkwrap rar adding all necessary classes |
static org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive |
buildShrinkwrapJdbcLocal(String archiveName)
Build a shrinkwrap rar for jdbc local |
static org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive |
buildShrinkwrapJdbcXa(String archiveName)
Build a shrinkwrap rar for jdbc xa |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArquillianJCATestUtils()
| Method Detail |
|---|
public static org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive buidShrinkwrapRa(String archiveName,
String packageName)
throws Exception
archiveName - the archhive namepackageName - the package name
Exception - in case of error creating the archive
public static org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive buildShrinkwrapJdbcLocal(String archiveName)
throws Exception
archiveName - the archhive name
Exception - in case of error creating the archive
public static org.jboss.shrinkwrap.api.spec.ResourceAdapterArchive buildShrinkwrapJdbcXa(String archiveName)
throws Exception
archiveName - the archhive name
Exception - in case of error creating the archive
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||