org.jboss.jsr299.tck.tests.deployment.packaging.bundledLibrary
Class LibraryMissingBeansXmlTest

java.lang.Object
  extended by org.jboss.testharness.AbstractTest
      extended by org.jboss.jsr299.tck.AbstractJSR299Test
          extended by org.jboss.jsr299.tck.tests.deployment.packaging.bundledLibrary.LibraryMissingBeansXmlTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

@Artifact(addCurrentPackage=false)
@Classes(value={LibraryMissingBeansXmlTest.class,Foo.class})
@SpecVersion(spec="cdi",
             version="20091101")
public class LibraryMissingBeansXmlTest
extends AbstractJSR299Test

Tests related to the final deployment phase of the lifecycle.

Author:
David Allen

Constructor Summary
LibraryMissingBeansXmlTest()
           
 
Method Summary
protected  org.jboss.testharness.impl.packaging.TCKArtifact postCreate(org.jboss.testharness.impl.packaging.TCKArtifact artifact)
           
 void test()
           
 
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, run, setInContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LibraryMissingBeansXmlTest

public LibraryMissingBeansXmlTest()
Method Detail

postCreate

protected org.jboss.testharness.impl.packaging.TCKArtifact postCreate(org.jboss.testharness.impl.packaging.TCKArtifact artifact)
                                                               throws IOException
Overrides:
postCreate in class org.jboss.testharness.AbstractTest
Throws:
IOException

test

@SpecAssertions(value=@SpecAssertion(section="12.1",id="bbc"))
public void test()


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