[webbeans-commits] Webbeans SVN: r191 - ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Oct 28 04:25:21 EDT 2008


Author: nickarls
Date: 2008-10-28 04:25:21 -0400 (Tue, 28 Oct 2008)
New Revision: 191

Modified:
   ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/ManagerTest.java
Log:
Context tests

Modified: ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/ManagerTest.java
===================================================================
--- ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/ManagerTest.java	2008-10-28 08:17:00 UTC (rev 190)
+++ ri/trunk/webbeans-ri/src/test/java/org/jboss/webbeans/test/ManagerTest.java	2008-10-28 08:25:21 UTC (rev 191)
@@ -11,7 +11,37 @@
    {
       assert false;
    }
+
+   @Test(groups={"manager"}) @SpecAssertion(section="8.6")
+   public void testAddContext()
+   {
+      assert false;
+   }
    
+   @Test(groups={"manager"}) @SpecAssertion(section="8.6")
+   public void testGetContextWithNoActiveContextsFails()
+   {
+      assert false;
+   }
+
+   @Test(groups={"manager"}) @SpecAssertion(section="8.6")
+   public void testGetContextWithTooManyActiveContextsFails()
+   {
+      assert false;
+   }
+
+   @Test(groups={"manager"}) @SpecAssertion(section="8.6")
+   public void testGetContextWithNoRegisteredContextsFails()
+   {
+      assert false;
+   }
+
+   @Test(groups={"manager"}) @SpecAssertion(section="8.6")
+   public void testGetContextReturnsActiveContext()
+   {
+      assert false;
+   }
+
    @Test(groups={"manager", "ejb3"}) @SpecAssertion(section="4.8")
    public void testManagerLookupInJndi()
    {




More information about the weld-commits mailing list