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

java.lang.Object
  extended by org.jboss.testharness.AbstractTest
      extended by org.jboss.jsr299.tck.AbstractJSR299Test
          extended by org.jboss.jsr299.tck.tests.lookup.circular.CircularDependencyTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

@Artifact
@SpecVersion(spec="cdi",
             version="20091101")
public class CircularDependencyTest
extends AbstractJSR299Test


Constructor Summary
CircularDependencyTest()
           
 
Method Summary
 void testCircularInjectionOnOneNormalAndOneDependentBean()
           
 void testCircularInjectionOnTwoNormalBeans()
           
 void testDependentProducerMethodDeclaredOnNormalBeanWhichInjectsProducedBean()
           
 void testNormalAndDependentCircularConstructors()
           
 void testNormalCircularConstructors()
           
 void testNormalProducerMethodDeclaredOnDependentBeanWhichInjectsProducedBean()
           
 void testNormalProducerMethodDeclaredOnNormalBeanWhichInjectsProducedBean()
           
 void testNormalSelfConsumingProducer()
           
 void testSelfConsumingConstructorsOnNormalBean()
           
 
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

CircularDependencyTest

public CircularDependencyTest()
Method Detail

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

testNormalSelfConsumingProducer

@SpecAssertion(section="5",
               id="b")
public void testNormalSelfConsumingProducer()
                                     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.