org.jboss.cdi.tck.interceptors.tests.aroundConstruct.interceptorsAnnotation
Class AroundConstructTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.jboss.cdi.tck.AbstractTest
org.jboss.cdi.tck.interceptors.tests.aroundConstruct.interceptorsAnnotation.AroundConstructTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@SpecVersion(spec="int",
version="3.1.PFD")
public class AroundConstructTest- extends AbstractTest
There are no assertions assigned at the moment - it's not clear whether Interceptors 1.2 spec should have its own TCK.
This test was originally part of the Weld test suite.
- Author:
- Jozef Hartinger, Martin Kouba
| Fields inherited from class org.jboss.arquillian.testng.Arquillian |
ARQUILLIAN_DATA_PROVIDER |
| Methods inherited from class org.jboss.cdi.tck.AbstractTest |
activate, annotationSetMatches, annotationSetMatches, destroyContext, getBeans, getBeans, getContextualReference, getContextualReference, getContextualReference, getCurrentConfiguration, getCurrentManager, getUniqueBean, getUniqueBean, isThrowablePresent, newDependentInstance, passivate, rawTypeSetMatches, setContextActive, setContextInactive, typeSetMatches |
| Methods inherited from class org.jboss.arquillian.testng.Arquillian |
arquillianAfterClass, arquillianAfterSuite, arquillianAfterTest, arquillianArgumentProvider, arquillianBeforeClass, arquillianBeforeSuite, arquillianBeforeTest, run |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AroundConstructTest
public AroundConstructTest()
createTestArchive
@Deployment
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
testInterceptorInvocation
public void testInterceptorInvocation(javax.enterprise.inject.Instance<Alpha> instance)
testReplacingParameters
public void testReplacingParameters(javax.enterprise.inject.Instance<Bravo> instance)
testExceptions
public void testExceptions(javax.enterprise.inject.Instance<Charlie> instance)
testSerialization
public void testSerialization(javax.enterprise.inject.Instance<Alpha> instance)
throws Exception
- Throws:
Exception
Copyright © 2008-2013 Seam Framework. All Rights Reserved.