public class BasicCDITest
extends org.jboss.arquillian.testng.Arquillian
Constructor and Description |
---|
BasicCDITest() |
Modifier and Type | Method and Description |
---|---|
void |
afterMethod(Method m,
org.testng.ITestResult result) |
void |
applicationDefinesProducerOfThreadContext() |
void |
applicationDefinesProducerUsingInjectedThreadContext() |
void |
beforeMethod(Method m) |
static org.jboss.shrinkwrap.api.spec.WebArchive |
createDeployment() |
void |
testBasicExecutorUsable() |
void |
testVerifyInjection() |
@AfterMethod public void afterMethod(Method m, org.testng.ITestResult result)
@BeforeMethod public void beforeMethod(Method m)
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
public void testVerifyInjection()
public void applicationDefinesProducerOfThreadContext()
public void applicationDefinesProducerUsingInjectedThreadContext()
Copyright © 2021 Eclipse Foundation. All rights reserved.