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:
parent
a51df7e508
commit
eb24b0e8c5
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue