org.jboss.cdi.tck.tests.extensions.beanManager.bean
Class SyntheticBeanTest

java.lang.Object
  extended by org.jboss.arquillian.testng.Arquillian
      extended by org.jboss.cdi.tck.AbstractTest
          extended by org.jboss.cdi.tck.tests.extensions.beanManager.bean.SyntheticBeanTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

@SpecVersion(spec="cdi",
             version="20091101")
public class SyntheticBeanTest
extends AbstractTest

This test was originally part of Weld test suite.

Author:
Jozef Hartinger, Martin Kouba

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
SyntheticBeanTest()
           
 
Method Summary
static org.jboss.shrinkwrap.api.spec.WebArchive createTestArchive()
           
 void testRegisteredBean()
           
 void testSerializableBean()
           
 void testSyntheticBeanIntercepted()
           
 void testSyntheticDecorator()
           
 void testSyntheticProducerField()
           
 void testSyntheticProducerMethod()
           
 
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

SyntheticBeanTest

public SyntheticBeanTest()
Method Detail

createTestArchive

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

testRegisteredBean

@SpecAssertion(section="11.3.24",
               id="a")
public void testRegisteredBean()

testSerializableBean

@SpecAssertion(section="11.3.24",
               id="a")
public void testSerializableBean()

testSyntheticBeanIntercepted

@SpecAssertion(section="9.3",
               id="a")
public void testSyntheticBeanIntercepted()

testSyntheticProducerField

@SpecAssertion(section="11.3.24",
               id="b")
public void testSyntheticProducerField()

testSyntheticProducerMethod

@SpecAssertion(section="11.3.24",
               id="b")
public void testSyntheticProducerMethod()

testSyntheticDecorator

@SpecAssertion(section="11.3.24",
               id="a")
public void testSyntheticDecorator()


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