org.jboss.jsr299.tck.tests.interceptors.definition.custom
Class CustomInterceptorTest
java.lang.Object
org.jboss.testharness.AbstractTest
org.jboss.jsr299.tck.AbstractJSR299Test
org.jboss.jsr299.tck.tests.interceptors.definition.custom.CustomInterceptorTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@Artifact
@SpecVersion(spec="cdi",
version="20091101")
@Resource(source="javax.enterprise.inject.spi.Extension",
destination="WEB-INF/classes/META-INF/services/javax.enterprise.inject.spi.Extension")
@BeansXml(value="beans.xml")
public class CustomInterceptorTest
- extends AbstractJSR299Test
Methods inherited from class org.jboss.jsr299.tck.AbstractJSR299Test |
annotationSetMatches, deserialize, destroyContext, getBeans, getBeans, getCurrentConfiguration, getCurrentManager, getInstanceByName, getInstanceByType, getInstanceByType, getUniqueBean, getUniqueBean, handleDeploymentFailure, rawTypeSetMatches, serialize, setContextActive, setContextInactive, typeSetMatches |
Methods inherited from class org.jboss.testharness.AbstractTest |
afterClass, afterMethod, afterSuite, beforeClass, beforeMethod, beforeSuite, getContextPath, isInContainer, isThrowablePresent, postCreate, run, setInContainer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomInterceptorTest
public CustomInterceptorTest()
testCustomPostConstructInterceptor
@SpecAssertion(section="9.5",
id="fa")
public void testCustomPostConstructInterceptor()
testCustomPreDestroyInterceptor
@SpecAssertion(section="9.5",
id="fb")
public void testCustomPreDestroyInterceptor()
testCustomPostActivateInterceptor
@SpecAssertion(section="9.5",
id="fc")
public void testCustomPostActivateInterceptor()
testCustomPrePassivateInterceptor
@SpecAssertion(section="9.5",
id="fd")
public void testCustomPrePassivateInterceptor()
testCustomAroundInvokeInterceptor
@SpecAssertion(section="9.5",
id="fe")
public void testCustomAroundInvokeInterceptor()
testCustomAroundTimeoutInterceptor
@SpecAssertion(section="9.5",
id="ff")
public void testCustomAroundTimeoutInterceptor()
Copyright © 2008-2012 Seam Framework. All Rights Reserved.