org.jboss.jsr299.tck.tests.interceptors.definition.custom
Class CustomInterceptorTest

java.lang.Object
  extended by org.jboss.testharness.AbstractTest
      extended by org.jboss.jsr299.tck.AbstractJSR299Test
          extended by 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


Constructor Summary
CustomInterceptorTest()
           
 
Method Summary
 void testCustomAroundInvokeInterceptor()
           
 void testCustomAroundTimeoutInterceptor()
           
 void testCustomPostActivateInterceptor()
           
 void testCustomPostConstructInterceptor()
           
 void testCustomPreDestroyInterceptor()
           
 void testCustomPrePassivateInterceptor()
           
 
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
 

Constructor Detail

CustomInterceptorTest

public CustomInterceptorTest()
Method Detail

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.