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

java.lang.Object
  extended by org.jboss.testharness.AbstractTest
      extended by org.jboss.jsr299.tck.AbstractJSR299Test
          extended by org.jboss.jsr299.tck.interceptors.tests.lifecycleCallback.LifecycleCallbackInterceptorTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

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


Constructor Summary
LifecycleCallbackInterceptorTest()
           
 
Method Summary
 void testAroundInvokeAndLifeCycleCallbackInterceptorsCanBeDefinedOnTheSameClass()
           
 void testLifeCycleCallbackInterceptorNotInvokedForMethodLevelInterceptor()
           
 void testPackagePrivateLifecycleInterceptorMethod()
           
 void testPostConstructInterceptor()
           
 void testPreDestroyInterceptor()
           
 void testPrivateLifecycleInterceptorMethod()
           
 void testProtectedLifecycleInterceptorMethod()
           
 void testPublicLifecycleInterceptorMethod()
           
 
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

LifecycleCallbackInterceptorTest

public LifecycleCallbackInterceptorTest()
Method Detail

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.