use common CSS stylesheet

git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@447521 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stefan Bodewig 2006-09-18 19:47:04 +00:00
parent a51df7e508
commit eb24b0e8c5
7 changed files with 9 additions and 1 deletions

View File

@ -19,6 +19,7 @@ under the License.
<html>
<head>
<meta http-equiv="Content-Language" content="en-us"></meta>
<link rel="stylesheet" type="text/css" href="style.css">
<title>AntUnit Task</title>
</head>

View File

@ -17,6 +17,7 @@
<html>
<head>
<meta http-equiv="Content-Language" content="en-us"></meta>
<link rel="stylesheet" type="text/css" href="style.css">
<title>assertTrue Task</title>
</head>

View File

@ -17,6 +17,7 @@
<html>
<head>
<meta http-equiv="Content-Language" content="en-us"></meta>
<link rel="stylesheet" type="text/css" href="style.css">
<title>More Assertion Tasks</title>
</head>

View File

@ -17,6 +17,7 @@
<html>
<head>
<meta http-equiv="Content-Language" content="en-us"></meta>
<link rel="stylesheet" type="text/css" href="style.css">
<title>expectfailure Task</title>
</head>
@ -25,7 +26,8 @@
<h3>Description</h3>
<p>Asserts that a number of nested tasks throws a BuildException.</p>
<p>Asserts that at least one of the nested tasks throws a
BuildException.</p>
<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">

View File

@ -17,6 +17,7 @@
<html>
<head>
<meta http-equiv="Content-Language" content="en-us"></meta>
<link rel="stylesheet" type="text/css" href="style.css">
<title>AntUnit Ant Library</title>
</head>

View File

@ -19,6 +19,7 @@ under the License.
<html>
<head>
<meta http-equiv="Content-Language" content="en-us"></meta>
<link rel="stylesheet" type="text/css" href="style.css">
<title>PlainListener AntUnit Listener</title>
</head>

View File

@ -19,6 +19,7 @@ under the License.
<html>
<head>
<meta http-equiv="Content-Language" content="en-us"></meta>
<link rel="stylesheet" type="text/css" href="style.css">
<title>XMLListener AntUnit Listener</title>
</head>