Revision: 4026
Author: KariHusa
Date: Wed Sep 1 01:16:20 2010
Log: Edited wiki page JavaIntegration through web user interface.
http://code.google.com/p/robotframework/source/detail?r=4026
Modified:
/wiki/JavaIntegration.wiki
=======================================
--- /wiki/JavaIntegration.wiki Wed Sep 1 01:14:31 2010
+++ /wiki/JavaIntegration.wiki Wed Sep 1 01:16:20 2010
@@ -1,6 +1,8 @@
#summary Describes various ways to use Robot Framework from and with Java
and such things.
#labels Featured
+<wiki:toc/>
+
= Introduction =
Starting from Robot Framework 2.5.2, RF is distributed also as a jar file.
This jar file allows execution of Robot Framework without having Python
installed, but it also contains a programmatic entry point for using RF
within Java code.
@@ -8,7 +10,7 @@
The latest jar distribution is available from the download page.
-== Using Robot Framework Jar ==
+= Using Robot Framework Jar =
It is possible to execute tests using the jar file with command like these:
@@ -27,7 +29,7 @@
}}}
-== Using Programmatic API ==
+= Using Programmatic API =
Currently, an API exists only for test execution. [UserGuide User Guide]
contains an example.