org.jboss.cdi.tck.tests.interceptors.definition.multipleBindings
Class MultipleInterceptorBindingsTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.jboss.cdi.tck.AbstractTest
org.jboss.cdi.tck.tests.interceptors.definition.multipleBindings.MultipleInterceptorBindingsTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@SpecVersion(spec="cdi",
version="20091101")
public class MultipleInterceptorBindingsTest- extends AbstractTest
| 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, getCurrentConfiguration, getCurrentManager, getInstanceByName, getInstanceByType, getInstanceByType, getUniqueBean, getUniqueBean, isThrowablePresent, 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 |
MultipleInterceptorBindingsTest
public MultipleInterceptorBindingsTest()
createTestArchive
@Deployment
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
testInterceptorAppliedToBeanWithAllBindings
@SpecAssertions(value={@SpecAssertion(section="9.5.1",id="a"),@SpecAssertion(section="9.5",id="ca"),@SpecAssertion(section="9.2",id="ab"),@SpecAssertion(section="9.3",id="ba"),@SpecAssertion(section="2",id="f")})
public void testInterceptorAppliedToBeanWithAllBindings()
testInterceptorNotAppliedToBeanWithSomeBindings
@SpecAssertion(section="9.5.1",
id="b")
public void testInterceptorNotAppliedToBeanWithSomeBindings()
testMultipleInterceptorsOnMethod
@SpecAssertion(section="9.3",
id="bb")
public void testMultipleInterceptorsOnMethod()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.