org.jboss.jsr299.tck.tests.extensions.processBean
Class ProcessBeanTest

java.lang.Object
  extended by org.jboss.testharness.AbstractTest
      extended by org.jboss.jsr299.tck.AbstractJSR299Test
          extended by org.jboss.jsr299.tck.tests.extensions.processBean.ProcessBeanTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

@Artifact
@Extension(value="javax.enterprise.inject.spi.Extension")
@SpecVersion(spec="cdi",
             version="20091101")
public class ProcessBeanTest
extends AbstractJSR299Test

Producer extension tests.

Author:
David Allen

Constructor Summary
ProcessBeanTest()
           
 
Method Summary
 void testProcessBeanEvent()
           
 void testProcessProducerFieldEvent()
           
 void testProcessProducerMethodEvent()
           
 
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

ProcessBeanTest

public ProcessBeanTest()
Method Detail

testProcessBeanEvent

@SpecAssertions(value={@SpecAssertion(section="11.5.8",id="ba"),@SpecAssertion(section="11.5.8",id="eda"),@SpecAssertion(section="11.5.8",id="efa"),@SpecAssertion(section="11.5.8",id="fa"),@SpecAssertion(section="11.5.8",id="l"),@SpecAssertion(section="12.3",id="fa")})
public void testProcessBeanEvent()

testProcessProducerMethodEvent

@SpecAssertions(value={@SpecAssertion(section="11.5.8",id="eaa"),@SpecAssertion(section="11.5.8",id="edc"),@SpecAssertion(section="11.5.8",id="efc"),@SpecAssertion(section="11.5.8",id="fc"),@SpecAssertion(section="11.5.8",id="i"),@SpecAssertion(section="11.5.8",id="j"),@SpecAssertion(section="12.3",id="ha")})
public void testProcessProducerMethodEvent()

testProcessProducerFieldEvent

@SpecAssertions(value={@SpecAssertion(section="11.5.8",id="eb"),@SpecAssertion(section="11.5.8",id="edd"),@SpecAssertion(section="11.5.8",id="efd"),@SpecAssertion(section="11.5.8",id="fd"),@SpecAssertion(section="11.5.8",id="n"),@SpecAssertion(section="12.3",id="hb")})
public void testProcessProducerFieldEvent()


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