Revision: 3857
Author: jprantan
Date: Mon Aug 23 00:45:43 2010
Log: Added documentation about running run keyword variants with dryrun mode.
http://code.google.com/p/robotframework/source/detail?r=3857

Modified:
 /trunk/src/robot/libraries/BuiltIn.py

=======================================
--- /trunk/src/robot/libraries/BuiltIn.py       Wed Aug 18 04:57:29 2010
+++ /trunk/src/robot/libraries/BuiltIn.py       Mon Aug 23 00:45:43 2010
@@ -1550,6 +1550,12 @@
     there is a warning in such cases unless the keyword is used in long
     format (e.g. MyLib.Keyword).

+ Starting from Robot Framework 2.5.2, keywords executed by registered run
+    keywords can be tested with dryrun runmode with following limitations:
+ - Registered keyword must have 'name' argument which takes keyword's name or + Registered keyword must have '*names' argument which takes keywords' names
+    - Keyword name does not contain variables
+
     2) How to use this method

     `library` is the name of the library where the registered keyword is

Reply via email to