You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2010/06/08 15:04:32 UTC

[Myfaces Wiki] Update of "AutomatedWebappTestsAPI" by MikeKienenberger

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The "AutomatedWebappTestsAPI" page has been changed by MikeKienenberger.
The comment on this change is: Document input().into() usage.  Change "in" typo to "into"..
http://wiki.apache.org/myfaces/AutomatedWebappTestsAPI?action=diff&rev1=3&rev2=4

--------------------------------------------------

       ---------------------------------------------------------------*/
      
      /**
-      * Inputs the given value in the field specified by the in() method. 
+      * Inputs the given value in the field specified by the into() method. 
+      * Typical usage: input("value").into("field-client-id");
       */
      public Input input(String value)
      {