aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authorcbeust <cbeust@1a8b0fc8-9519-0410-aeec-afd8fd7729cf>2010-06-14 04:48:02 +0000
committercbeust <cbeust@1a8b0fc8-9519-0410-aeec-afd8fd7729cf>2010-06-14 04:48:02 +0000
commit324cb3b2e6218cb9eaeeb0cbffbb8ebdf4f90e2b (patch)
treeb12a94e47096a780bd2932f6cc6f7b72c9d17ab8 /doc/index.html
parent3f246f0aa8dd1723df9859d81e80103caf729196 (diff)
downloadtestng-324cb3b2e6218cb9eaeeb0cbffbb8ebdf4f90e2b.tar.gz
Added sourcetitle CSS tag.
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/index.html b/doc/index.html
index c1e73310..76ba79af 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -18,6 +18,7 @@
SyntaxHighlighter.defaults['gutter'] = false;
SyntaxHighlighter.all();
</script>
+
</head>
<body onload="prettyPrint()">
@@ -85,7 +86,8 @@ article</a> describing a very concrete example where the combined use of several
TestNG's features provides for a very intuitive and maintainable testing design.</p>
<p>Here is a very simple test:</p>
-<pre class="brush: java">
+<h3 class="sourcetitle">SimpleTest.java</h3>
+<pre class="brush: java" >
package example1;
import org.testng.annotations.*;
@@ -131,8 +133,8 @@ Once you have compiled your test class into the <tt>build</tt> directory, you
can invoke your test with the command line, an ant task (shown below) or an XML
file:
-
-<pre class="brush: xml">
+<h3 class="sourcetitle">build.xml</h3>
+<pre class="brush:java">
&lt;project default="test"&gt;
&lt;path id="cp"&gt;