@SpecVersion(spec="cdi",
version="2.0-EDR2")
@RunAsClient
public class ConfiguratorAndSetMethodTest
extends AbstractTest
| Modifier and Type | Field and Description |
|---|---|
static String |
PAT |
static String |
PAT_REVERSE |
static String |
PBA |
static String |
PBA_REVERSE |
static String |
PIP |
static String |
PIP_REVERSE |
static String |
POM |
static String |
POM_REVERSE |
beanManager| Constructor and Description |
|---|
ConfiguratorAndSetMethodTest() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchiveEight() |
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchiveFive() |
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchiveFour() |
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchiveOne() |
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchiveSeven() |
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchiveSix() |
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchiveThree() |
static org.jboss.shrinkwrap.api.spec.WebArchive |
createTestArchiveTwo() |
void |
preDeploy() |
void |
testPAT(URL extContext) |
void |
testPATReverse(URL extContext) |
void |
testPBA(URL extContext) |
void |
testPBAReverse(URL extContext) |
void |
testPIP(URL extContext) |
void |
testPIPReverse(URL extContext) |
void |
testPOM(URL extContext) |
void |
testPOMReverse(URL extContext) |
activate, annotationSetMatches, annotationSetMatches, destroyContext, getBeans, getBeans, getContextualReference, getContextualReference, getContextualReference, getCurrentConfiguration, getCurrentManager, getUniqueBean, getUniqueBean, isThrowablePresent, newDependentInstance, passivate, rawTypeSetMatches, setContextActive, setContextInactive, typeSetMatchespublic static final String PAT
public static final String PAT_REVERSE
public static final String PBA
public static final String PBA_REVERSE
public static final String PIP
public static final String PIP_REVERSE
public static final String POM
public static final String POM_REVERSE
@Deployment(name="PAT",
managed=false,
testable=false)
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchiveOne()
@Deployment(name="PAT_REVERSE",
managed=false,
testable=false)
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchiveTwo()
@Deployment(name="PIP",
managed=false,
testable=false)
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchiveThree()
@Deployment(name="PIP_REVERSE",
managed=false,
testable=false)
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchiveFour()
@Deployment(name="PBA",
managed=false,
testable=false)
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchiveFive()
@Deployment(name="PBA_REVERSE",
managed=false,
testable=false)
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchiveSix()
@Deployment(name="POM",
managed=false,
testable=false)
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchiveSeven()
@Deployment(name="POM_REVERSE",
managed=false,
testable=false)
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchiveEight()
@InSequence(value=1) public void preDeploy()
@SpecAssertion(section="process_annotated_type",
id="k")
public void testPAT(@ArquillianResource @OperateOnDeployment(value="PAT")
URL extContext)
throws IOException
IOException@SpecAssertion(section="process_annotated_type",
id="k")
public void testPATReverse(@ArquillianResource @OperateOnDeployment(value="PAT_REVERSE")
URL extContext)
throws IOException
IOException@SpecAssertion(section="process_bean_attributes",
id="g")
public void testPBA(@ArquillianResource @OperateOnDeployment(value="PBA")
URL extContext)
throws IOException
IOException@SpecAssertion(section="process_bean_attributes",
id="g")
public void testPBAReverse(@ArquillianResource @OperateOnDeployment(value="PBA_REVERSE")
URL extContext)
throws IOException
IOException@SpecAssertion(section="process_injection_point",
id="g")
public void testPIP(@ArquillianResource @OperateOnDeployment(value="PIP")
URL extContext)
throws IOException
IOException@SpecAssertion(section="process_injection_point",
id="g")
public void testPIPReverse(@ArquillianResource @OperateOnDeployment(value="PIP_REVERSE")
URL extContext)
throws IOException
IOException@SpecAssertion(section="process_observer_method",
id="e")
public void testPOM(@ArquillianResource @OperateOnDeployment(value="POM")
URL extContext)
throws IOException
IOException@SpecAssertion(section="process_observer_method",
id="e")
public void testPOMReverse(@ArquillianResource @OperateOnDeployment(value="POM_REVERSE")
URL extContext)
throws IOException
IOExceptionCopyright © 2008–2016 CDI TCK. All rights reserved.