org.jboss.cdi.tck.tests.lookup.injection.non.contextual
Class InjectionIntoNonContextualComponentTest
java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.jboss.cdi.tck.AbstractTest
org.jboss.cdi.tck.tests.lookup.injection.non.contextual.InjectionIntoNonContextualComponentTest
- All Implemented Interfaces:
- org.testng.IHookable, org.testng.ITestNGListener
@SpecVersion(spec="cdi",
version="20091101")
public class InjectionIntoNonContextualComponentTest- extends AbstractTest
| Fields inherited from class org.jboss.arquillian.testng.Arquillian |
ARQUILLIAN_DATA_PROVIDER |
| 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 |
InjectionIntoNonContextualComponentTest
public InjectionIntoNonContextualComponentTest()
createTestArchive
@Deployment(testable=false)
public static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
testInjectionIntoServlet
@SpecAssertions(value={@SpecAssertion(section="5.5",id="ef"),@SpecAssertion(section="5.5.2",id="ae"),@SpecAssertion(section="5.5.2",id="bn"),@SpecAssertion(section="3.9",id="b")})
public void testInjectionIntoServlet()
throws Exception
- Throws:
Exception
testServletInitializerMethodCalled
@SpecAssertions(value={@SpecAssertion(section="5.5.2",id="af"),@SpecAssertion(section="5.5.2",id="bm"),@SpecAssertion(section="3.10",id="b")})
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"),@SpecAssertion(section="3.9",id="b")})
public void testInjectionIntoFilter()
throws Exception
- Throws:
Exception
testFilterInitializerMethodCalled
@SpecAssertions(value={@SpecAssertion(section="5.5.2",id="ah"),@SpecAssertion(section="5.5.2",id="bp"),@SpecAssertion(section="3.10",id="b")})
public void testFilterInitializerMethodCalled()
throws Exception
- Throws:
Exception
testInjectionIntoServletListener
@SpecAssertions(value={@SpecAssertion(section="5.5",id="ea"),@SpecAssertion(section="5.5.2",id="ai"),@SpecAssertion(section="3.9",id="b")})
public void testInjectionIntoServletListener()
throws Exception
- Throws:
Exception
testServletListenerInitializerMethodCalled
@SpecAssertions(value={@SpecAssertion(section="5.5.2",id="aj"),@SpecAssertion(section="3.10",id="b")})
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"),@SpecAssertion(section="3.9",id="b")})
public void testInjectionIntoTagHandler()
throws Exception
- Throws:
Exception
testInjectionIntoTagLibraryListener
@SpecAssertions(value={@SpecAssertion(section="5.5",id="ec"),@SpecAssertion(section="5.5.2",id="as"),@SpecAssertion(section="3.9",id="b")})
public void testInjectionIntoTagLibraryListener()
throws Exception
- Throws:
Exception
testTagLibraryListenerInitializerMethodCalled
@SpecAssertions(value={@SpecAssertion(section="5.5.2",id="at"),@SpecAssertion(section="3.10",id="b")})
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"),@SpecAssertion(section="3.9",id="b")})
public void testInjectionIntoJSFManagedBean()
throws Exception
- Throws:
Exception
Copyright © 2008-2012 Seam Framework. All Rights Reserved.