Author: pekka.klarck
Date: Tue Apr  7 23:01:33 2009
New Revision: 1736

Modified:
   wiki/CollectionsLibrary.wiki

Log:
updated

Modified: wiki/CollectionsLibrary.wiki
==============================================================================
--- wiki/CollectionsLibrary.wiki        (original)
+++ wiki/CollectionsLibrary.wiki        Tue Apr  7 23:01:33 2009
@@ -1,15 +1,19 @@
-#summary Collections test library for Robot Framework
+#summary A standard library for handling lists and dictionaries

 = Collections test library =

-The Collections library provides a set of keywords for handling
-Python's standard list and dictionary data structures. For more
-information about lists and dictionaries, see [http://docs.python.org/lib/lib.html Python Library Reference] . The provided keywords allow functions for creating
-dictionaries ('Create Dictionary'), modifying lists and
-dictionaries (for example, 'Append To List'), and checking the
-equality of lists and dictionaries (for example, 'Dictionaries Should Be Equal').
+`Collections` is Robot Framework's standard library that provides a set
+of keywords for handling Python lists and dictionaries. This library
+has keywords, for example, for modifying and getting values from lists
+and dictionaries (e.g. `Append To List`, `Get From Dictionary`) and
+for verifying their contents (e.g. `Lists Should Be Equal`,
+`Dictionary Should Contain Value`).  [BuiltInLibrary BuiltIn library]
+has also some additional keywords that can be used with lists and
+dictionarias.

-Here are the keyword documentations for Collections 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/Collections.html Version 2.0.4] * [http://robotframework.googlecode.com/svn/trunk/doc/libraries/Collections.html Development version]

Reply via email to