org.jboss.cdi.tck.tests.lookup.circular
Class CircularDependencyTest

java.lang.Object
  extended by org.jboss.arquillian.testng.Arquillian
      extended by org.jboss.cdi.tck.AbstractTest
          extended by org.jboss.cdi.tck.tests.lookup.circular.CircularDependencyTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

@SpecVersion(spec="cdi",
             version="20091101")
public class CircularDependencyTest
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
CircularDependencyTest()
           
 
Method Summary
static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
           
 void testCircularInjectionOnOneNormalAndOneDependentBean()
           
 void testCircularInjectionOnTwoNormalBeans()
           
 void testDependentProducerMethodDeclaredOnNormalBeanWhichInjectsProducedBean()
           
 void testNormalAndDependentCircularConstructors()
           
 void testNormalCircularConstructors()
           
 void testNormalProducerMethodDeclaredOnDependentBeanWhichInjectsProducedBean()
           
 void testNormalProducerMethodDeclaredOnNormalBeanWhichInjectsProducedBean()
           
 void testSelfConsumingConstructorsOnNormalBean()
           
 
Methods inherited from class org.jboss.cdi.tck.AbstractTest
activate, annotationSetMatches, annotationSetMatches, destroyContext, getBeans, getBeans, getCurrentConfiguration, getCurrentManager, getInstanceByName, getInstanceByType, getInstanceByType, getUniqueBean, getUniqueBean, isThrowablePresent, passivate, rawTypeSetMatches, 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

CircularDependencyTest

public CircularDependencyTest()
Method Detail

createTestArchive

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

testCircularInjectionOnTwoNormalBeans

@SpecAssertion(section="5",
               id="b")
public void testCircularInjectionOnTwoNormalBeans()
                                           throws Exception
Throws:
Exception

testCircularInjectionOnOneNormalAndOneDependentBean

@SpecAssertion(section="5",
               id="b")
public void testCircularInjectionOnOneNormalAndOneDependentBean()
                                                         throws Exception
Throws:
Exception

testNormalProducerMethodDeclaredOnNormalBeanWhichInjectsProducedBean

@SpecAssertion(section="5",
               id="b")
public void testNormalProducerMethodDeclaredOnNormalBeanWhichInjectsProducedBean()
                                                                          throws Exception
Throws:
Exception

testNormalProducerMethodDeclaredOnDependentBeanWhichInjectsProducedBean

@SpecAssertion(section="5",
               id="b")
public void testNormalProducerMethodDeclaredOnDependentBeanWhichInjectsProducedBean()
                                                                             throws Exception
Throws:
Exception

testDependentProducerMethodDeclaredOnNormalBeanWhichInjectsProducedBean

@SpecAssertion(section="5",
               id="b")
public void testDependentProducerMethodDeclaredOnNormalBeanWhichInjectsProducedBean()
                                                                             throws Exception
Throws:
Exception

testNormalCircularConstructors

@SpecAssertion(section="5",
               id="b")
public void testNormalCircularConstructors()
                                    throws Exception
Throws:
Exception

testNormalAndDependentCircularConstructors

@SpecAssertion(section="5",
               id="b")
public void testNormalAndDependentCircularConstructors()
                                                throws Exception
Throws:
Exception

testSelfConsumingConstructorsOnNormalBean

@SpecAssertion(section="5",
               id="b")
public void testSelfConsumingConstructorsOnNormalBean()
                                               throws Exception
Throws:
Exception


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