org.jboss.jsr299.tck.tests.lookup.injection.non.contextual
Class InjectionIntoNonContextualComponentTest
java.lang.Object
org.jboss.testharness.AbstractTest
org.jboss.jsr299.tck.AbstractJSR299Test
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
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 |
InjectionIntoNonContextualComponentTest
public InjectionIntoNonContextualComponentTest()
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.