[webbeans-commits] Webbeans SVN: r985 - in ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test: resource and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Jan 15 12:30:09 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-15 12:30:08 -0500 (Thu, 15 Jan 2009)
New Revision: 985

Added:
   ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/resource/
   ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/resource/ResourceInjectionTest.java
Log:
Basic stubs for JEE resource injection

Added: ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/resource/ResourceInjectionTest.java
===================================================================
--- ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/resource/ResourceInjectionTest.java	                        (rev 0)
+++ ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/resource/ResourceInjectionTest.java	2009-01-15 17:30:08 UTC (rev 985)
@@ -0,0 +1,28 @@
+package org.jboss.webbeans.test.resource;
+
+import org.jboss.webbeans.tck.impl.SpecAssertion;
+import org.jboss.webbeans.test.AbstractEjbEmbeddableTest;
+import org.testng.annotations.Test;
+
+public class ResourceInjectionTest extends AbstractEjbEmbeddableTest
+{
+   
+   @Test(groups="stub") @SpecAssertion(section="3.10")
+   public void testInjectionOfPersistenceContext()
+   {
+      assert false;
+   }
+   
+   @Test(groups="stub") @SpecAssertion(section="3.10")
+   public void testInjectionOfResource()
+   {
+      assert false;
+   }
+   
+   @Test(groups="stub") @SpecAssertion(section="3.10")
+   public void testInjectionOfEJB()
+   {
+      assert false;
+   }
+   
+}


Property changes on: ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/resource/ResourceInjectionTest.java
___________________________________________________________________
Name: svn:mime-type
   + text/plain




More information about the weld-commits mailing list