org.jboss.jsr299.tck.tests.extensions.annotated
Class ProcessAnnotatedTypeTest

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

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

Tests for the extensions provided by the ProcessAnnotatedType events.

Author:
David Allen, Jozef Hartinger

Constructor Summary
ProcessAnnotatedTypeTest()
           
 
Method Summary
 void testGetAnnotatedType()
           
 void testProcessAnnotatedTypeEventsSent()
           
 void testSetAnnotatedType()
           
 void testVeto()
           
 
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

ProcessAnnotatedTypeTest

public ProcessAnnotatedTypeTest()
Method Detail

testProcessAnnotatedTypeEventsSent

@SpecAssertions(value={@SpecAssertion(section="11.5.5",id="a"),@SpecAssertion(section="12.3",id="ba")})
public void testProcessAnnotatedTypeEventsSent()

testGetAnnotatedType

@SpecAssertion(section="11.5.5",
               id="ba")
public void testGetAnnotatedType()

testSetAnnotatedType

@SpecAssertions(value={@SpecAssertion(section="11.5.5",id="bb"),@SpecAssertion(section="11.5.5",id="ca")})
public void testSetAnnotatedType()

testVeto

@SpecAssertion(section="11.5.5",
               id="bc")
public void testVeto()


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