[jboss-cvs] jboss-seam/src/main/org/jboss/seam/mock ...

Gavin King gavin.king at jboss.com
Mon Jun 11 15:21:19 EDT 2007


  User: gavin   
  Date: 07/06/11 15:21:19

  Modified:    src/main/org/jboss/seam/mock   BaseSeamTest.java
                        SeamTest.java
  Log:
  JBSEAM-295
  
  Revision  Changes    Path
  1.8       +8 -25     jboss-seam/src/main/org/jboss/seam/mock/BaseSeamTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BaseSeamTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/mock/BaseSeamTest.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- BaseSeamTest.java	10 Jun 2007 20:18:34 -0000	1.7
  +++ BaseSeamTest.java	11 Jun 2007 19:21:19 -0000	1.8
  @@ -49,7 +49,6 @@
    * 
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
  - * @version $Revision: 1.7 $
    */
   public class BaseSeamTest
   {
  @@ -209,9 +208,7 @@
          * A script for a JSF interaction with no existing long-running
          * conversation.
          */
  -      protected Request()
  -      {
  -      }
  +      protected Request() {}
   
         /**
          * A script for a JSF interaction in the scope of an existing long-running
  @@ -251,33 +248,25 @@
          * Override to implement the interactions between the JSF page and your
          * components that occurs during the apply request values phase.
          */
  -      protected void applyRequestValues() throws Exception
  -      {
  -      }
  +      protected void applyRequestValues() throws Exception {}
   
         /**
          * Override to implement the interactions between the JSF page and your
          * components that occurs during the process validations phase.
          */
  -      protected void processValidations() throws Exception
  -      {
  -      }
  +      protected void processValidations() throws Exception {}
   
         /**
          * Override to implement the interactions between the JSF page and your
          * components that occurs during the update model values phase.
          */
  -      protected void updateModelValues() throws Exception
  -      {
  -      }
  +      protected void updateModelValues() throws Exception {}
   
         /**
          * Override to implement the interactions between the JSF page and your
          * components that occurs during the invoke application phase.
          */
  -      protected void invokeApplication() throws Exception
  -      {
  -      }
  +      protected void invokeApplication() throws Exception {}
   
         /**
          * Set the outcome of the INVOKE_APPLICATION phase
  @@ -299,25 +288,19 @@
          * Override to implement the interactions between the JSF page and your
          * components that occurs during the render response phase.
          */
  -      protected void renderResponse() throws Exception
  -      {
  -      }
  +      protected void renderResponse() throws Exception {}
   
         /**
          * Override to set up any request parameters for the request.
          * 
          * @deprecated use beforeRequest()
          */
  -      protected void setup()
  -      {
  -      }
  +      protected void setup() {}
   
         /**
          * Make some assertions, after the end of the request.
          */
  -      protected void afterRequest()
  -      {
  -      }
  +      protected void afterRequest() {}
   
         /**
          * Do anything you like, after the start of the request. Especially, set
  
  
  
  1.73      +0 -1      jboss-seam/src/main/org/jboss/seam/mock/SeamTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/mock/SeamTest.java,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -b -r1.72 -r1.73
  --- SeamTest.java	25 May 2007 19:16:44 -0000	1.72
  +++ SeamTest.java	11 Jun 2007 19:21:19 -0000	1.73
  @@ -14,7 +14,6 @@
    * @author Gavin King
    * @author <a href="mailto:theute at jboss.org">Thomas Heute</a>
    * @author Mike Youngstrom
  - * @version $Revision: 1.72 $
    */
   public class SeamTest extends BaseSeamTest
   {
  
  
  



More information about the jboss-cvs-commits mailing list