org.jboss.jsr299.tck.tests.lookup.injection.non.contextual
Class InjectionIntoNonContextualComponentTest

java.lang.Object
  extended by org.jboss.testharness.AbstractTest
      extended by org.jboss.jsr299.tck.AbstractJSR299Test
          extended by org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.InjectionIntoNonContextualComponentTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

@Artifact
@SpecVersion(spec="cdi",
             version="20091101")
@WebXml(value="web2.xml")
public class InjectionIntoNonContextualComponentTest
extends AbstractJSR299Test


Constructor Summary
InjectionIntoNonContextualComponentTest()
           
 
Method Summary
 void testFilterInitializerMethodCalled()
           
 void testInjectionIntoFilter()
           
 void testInjectionIntoJSFManagedBean()
           
 void testInjectionIntoServlet()
           
 void testInjectionIntoServletListener()
           
 void testInjectionIntoTagHandler()
           
 void testInjectionIntoTagLibraryListener()
           
 void testServletInitializerMethodCalled()
           
 void testServletListenerInitializerMethodCalled()
           
 void testTagLibraryListenerInitializerMethodCalled()
           
 
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

InjectionIntoNonContextualComponentTest

public InjectionIntoNonContextualComponentTest()
Method Detail

testInjectionIntoServlet

@SpecAssertions(value={@SpecAssertion(section="5.5",id="ef"),@SpecAssertion(section="5.5.2",id="ae"),@SpecAssertion(section="5.5.2",id="bn")})
public void testInjectionIntoServlet()
                              throws Exception
Throws:
Exception

testServletInitializerMethodCalled

@SpecAssertions(value={@SpecAssertion(section="5.5.2",id="af"),@SpecAssertion(section="5.5.2",id="bm")})
public void testServletInitializerMethodCalled()
                                        throws Exception
Throws:
Exception

testInjectionIntoFilter

@SpecAssertions(value={@SpecAssertion(section="5.5",id="eg"),@SpecAssertion(section="5.5.2",id="ag"),@SpecAssertion(section="5.5.2",id="bq")})
public void testInjectionIntoFilter()
                             throws Exception
Throws:
Exception

testFilterInitializerMethodCalled

@SpecAssertions(value={@SpecAssertion(section="5.5.2",id="ah"),@SpecAssertion(section="5.5.2",id="bp")})
public void testFilterInitializerMethodCalled()
                                       throws Exception
Throws:
Exception

testInjectionIntoServletListener

@SpecAssertions(value={@SpecAssertion(section="5.5",id="ea"),@SpecAssertion(section="5.5.2",id="ai")})
public void testInjectionIntoServletListener()
                                      throws Exception
Throws:
Exception

testServletListenerInitializerMethodCalled

@SpecAssertion(section="5.5.2",
               id="aj")
public void testServletListenerInitializerMethodCalled()
                                                throws Exception
Throws:
Exception

testInjectionIntoTagHandler

@SpecAssertions(value={@SpecAssertion(section="5.5",id="eb"),@SpecAssertion(section="5.5.2",id="am"),@SpecAssertion(section="5.5.2",id="an")})
public void testInjectionIntoTagHandler()
                                 throws Exception
Throws:
Exception

testInjectionIntoTagLibraryListener

@SpecAssertions(value={@SpecAssertion(section="5.5",id="ec"),@SpecAssertion(section="5.5.2",id="as")})
public void testInjectionIntoTagLibraryListener()
                                         throws Exception
Throws:
Exception

testTagLibraryListenerInitializerMethodCalled

@SpecAssertion(section="5.5.2",
               id="at")
public void testTagLibraryListenerInitializerMethodCalled()
                                                   throws Exception
Throws:
Exception

testInjectionIntoJSFManagedBean

@SpecAssertions(value={@SpecAssertion(section="5.5",id="d"),@SpecAssertion(section="5.5.2",id="au"),@SpecAssertion(section="5.5.2",id="av")})
public void testInjectionIntoJSFManagedBean()
                                     throws Exception
Throws:
Exception


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