Author: pekka.klarck
Date: Thu Apr 9 01:47:26 2009
New Revision: 1764
Modified:
wiki/BuiltInLibrary.wiki
Log:
updated generic doc
Modified: wiki/BuiltInLibrary.wiki
==============================================================================
--- wiki/BuiltInLibrary.wiki (original)
+++ wiki/BuiltInLibrary.wiki Thu Apr 9 01:47:26 2009
@@ -1,15 +1,17 @@
-#summary BuiltIn test library for Robot Framework
+#summary An always available standard library with often needed keywords.
= !BuiltIn test library =
-The !BuiltIn test library is special in the sense that this library is
-always in use, it does not need to explicitly imported.
+`BuiltIn` is Robot Framework's standard library that provides a set of
+generic keywords needed often. It is imported automatically and thus
+always available. The provided keywords can be used, for example, for
+verifications (e.g. `Should Be Equal`, `Should Contain`), conversions
+(e.g. `Convert To Integer`) and for various other purposes
+(e.g. `Log`, `Sleep`, `Run Keyword If`, `Set Global Variable`).
-The !BuiltIn library provides a set of generic keywords needed
-often. The provided keywords allow functions for verifications (e.g.
`Should Be Equal`), conversions (e.g. `Convert To Integer`)
-and for various other purposes (e.g. `Log` and `Sleep`).
-
-Here are the keyword documentations for !BuiltIn test library by release:
+The full library documentation by release is found below. The
+documentation of the latest minor version (e.g. 2.0.4) is always
+applicable with earlier minor versions.
*
[http://robotframework.googlecode.com/svn/tags/robotframework-2.0.4/doc/libraries/BuiltIn.html
Version 2.0.4]
- *
[http://robotframework.googlecode.com/svn/trunk/doc/libraries/BuiltIn.html
Development version]
\ No newline at end of file
+ *
[http://robotframework.googlecode.com/svn/trunk/doc/libraries/BuiltIn.html
Development version]