File: index.htm

package info (click to toggle)
junit4 4.12-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,148 kB
  • sloc: java: 26,063; xml: 730; sh: 16; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="Erich Gamma">
   <title>JUnit Documentation</title>
</head>
<body>

<h1>
<font color="#33FF33">J</font><font color="#CC0000">U</font>nit Documentation</h1>

<p>
Kent Beck, Erich Gamma, David Saff</p>

<hr WIDTH="100%">
We have just begun documenting the new JUnit 4 architecture. The 
<a href="cookbook/cookbook.htm">cookbook</a> has already been updated. You can find the javadoc <a href="../javadoc/index.html">here</a>.
The JUnit home page is <a href="http://www.junit.org">here</a>.
<hr WIDTH="100%">
</body>
</html>