Revision: 3720
Author: pekka.klarck
Date: Mon Jun 7 05:05:37 2010
Log: cleanup
http://code.google.com/p/robotframework/source/detail?r=3720
Modified:
/trunk/doc/userguide/src/CreatingTestData/CreatingTestSuites.txt
=======================================
--- /trunk/doc/userguide/src/CreatingTestData/CreatingTestSuites.txt Thu
May 27 13:40:18 2010
+++ /trunk/doc/userguide/src/CreatingTestData/CreatingTestSuites.txt Mon
Jun 7 05:05:37 2010
@@ -9,7 +9,6 @@
:depth: 2
:local:
-
Test case files
~~~~~~~~~~~~~~~
@@ -36,7 +35,6 @@
Specify `suite setup and teardown`_. Have also synonyms
:opt:`Suite Precondition` and :opt:`Suite Postcondition`, respectively.
-
Test suite directories
~~~~~~~~~~~~~~~~~~~~~~
@@ -65,7 +63,6 @@
__ `Supported file formats`_
-
Initialization files
''''''''''''''''''''
@@ -92,17 +89,16 @@
__ `Test case related settings in the Setting table`_
-
.. table:: An example test suite initialization file
:class: example
============= ============= =============
Setting Value Value
============= ============= =============
- Documentation Example suite \
+ Documentation Example suite
Suite Setup Do Something ${MESSAGE}
- Force Tags example \
- Library SomeLibrary \
+ Force Tags example
+ Library SomeLibrary
============= ============= =============
.. table::
@@ -111,7 +107,7 @@
============= ============= =============
Variable Value Value
============= ============= =============
- ${MESSAGE} Hello, world! \
+ ${MESSAGE} Hello, world!
============= ============= =============
.. table::
@@ -120,16 +116,14 @@
============= ============= ================ ================
Keyword Action Argument Argument
============= ============= ================ ================
- Do Something [Arguments] ${arg} \
- \ Log ${arg} \
+ Do Something [Arguments] ${arg}
+ \ Log ${arg}
============= ============= ================ ================
-
Note that variables and keywords created in initialization files *are
not* available elsewhere. If there is a need to share them, for
example, with lower-level test suites, `resource files`_ must be used.
-
Test suite name and documentation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -172,7 +166,6 @@
options :opt:`--name` and :opt:`--doc`, respectively, as
explained in section `Setting metadata`_.
-
Free test suite metadata
~~~~~~~~~~~~~~~~~~~~~~~~
@@ -187,19 +180,17 @@
__ `Dividing test data to several rows`_
-
.. table:: Metadata examples
:class: example
========= =========== ====================
========================= ==============================
- Setting Value Value
Value Value
+ Setting Value Value
Value Value
========= =========== ====================
========================= ==============================
- Metadata Version 2.0
\ \
- Metadata More Info For more information about \*Robot
Framework\* see \http://robotframework.org
- Metadata Executed At ${HOST}
\ \
+ Metadata Version 2.0
+ Metadata More Info For more information about \*Robot
Framework\* see \http://robotframework.org
+ Metadata Executed At ${HOST}
========= =========== ====================
========================= ==============================
-
For top-level test suites, it is possible to set metadata also with the
:opt:`--metadata` command line option. This is discussed in more
detail in section `Setting metadata`_.
@@ -209,7 +200,6 @@
was defined in subsequent column. Robot Framework 2.5 still supports this
old
format but it will be deprecated in the future.
-
Suite setup and teardown
~~~~~~~~~~~~~~~~~~~~~~~~