org.jboss.cdi.tck.interceptors.tests.lifecycleCallback
Class LifecycleCallbackInterceptorTest

java.lang.Object
  extended by org.jboss.arquillian.testng.Arquillian
      extended by org.jboss.cdi.tck.AbstractTest
          extended by org.jboss.cdi.tck.interceptors.tests.lifecycleCallback.LifecycleCallbackInterceptorTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

@SpecVersion(spec="int",
             version="3.1.PFD")
public class LifecycleCallbackInterceptorTest
extends AbstractTest


Field Summary
 
Fields inherited from class org.jboss.cdi.tck.AbstractTest
beanManager
 
Fields inherited from class org.jboss.arquillian.testng.Arquillian
ARQUILLIAN_DATA_PROVIDER
 
Constructor Summary
LifecycleCallbackInterceptorTest()
           
 
Method Summary
static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
           
 void testAroundInvokeAndLifeCycleCallbackInterceptorsCanBeDefinedOnTheSameClass()
           
 void testLifeCycleCallbackInterceptorNotInvokedForMethodLevelInterceptor()
           
 void testPackagePrivateLifecycleInterceptorMethod()
           
 void testPostConstructInterceptor()
           
 void testPreDestroyInterceptor()
           
 void testPrivateLifecycleInterceptorMethod()
           
 void testProtectedLifecycleInterceptorMethod()
           
 void testPublicLifecycleInterceptorMethod()
           
 
Methods inherited from class org.jboss.cdi.tck.AbstractTest
annotationSetMatches, annotationSetMatches, deserialize, destroyContext, getBeans, getBeans, getCurrentConfiguration, getCurrentManager, getInstanceByName, getInstanceByType, getInstanceByType, getUniqueBean, getUniqueBean, isThrowablePresent, rawTypeSetMatches, serialize, 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
 

Constructor Detail

LifecycleCallbackInterceptorTest

public LifecycleCallbackInterceptorTest()
Method Detail

createTestArchive

@Deployment
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()

testPostConstructInterceptor

@SpecAssertion(section="5",
               id="a")
public void testPostConstructInterceptor()

testPreDestroyInterceptor

@SpecAssertion(section="5",
               id="a")
public void testPreDestroyInterceptor()

testAroundInvokeAndLifeCycleCallbackInterceptorsCanBeDefinedOnTheSameClass

@SpecAssertion(section="5",
               id="c")
public void testAroundInvokeAndLifeCycleCallbackInterceptorsCanBeDefinedOnTheSameClass()

testPublicLifecycleInterceptorMethod

@SpecAssertion(section="5",
               id="j")
public void testPublicLifecycleInterceptorMethod()

testProtectedLifecycleInterceptorMethod

@SpecAssertion(section="5",
               id="k")
public void testProtectedLifecycleInterceptorMethod()

testPrivateLifecycleInterceptorMethod

@SpecAssertion(section="5",
               id="l")
public void testPrivateLifecycleInterceptorMethod()

testPackagePrivateLifecycleInterceptorMethod

@SpecAssertion(section="5",
               id="m")
public void testPackagePrivateLifecycleInterceptorMethod()

testLifeCycleCallbackInterceptorNotInvokedForMethodLevelInterceptor

@SpecAssertion(section="8",
               id="c")
public void testLifeCycleCallbackInterceptorNotInvokedForMethodLevelInterceptor()


Copyright © 2008-2012 Seam Framework. All Rights Reserved.