-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (36 loc) · 1.46 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<html>
<head>
<title>ASPUnit: an ASP Unit Testing Framework</title>
</head>
<body>
<a name="top"></a>
<h1>ASPUnit 0.9.2</h1>
<h2>Introduction</h2>
ASPUnit is a unit testing framework based on the architecture of
<a href="http://www.junit.org">JUnit</a>, the current open source
<i>de facto</i> standard for unit testing. ASPUnit is a web-based port of
<a href="http://comunit.sourceforge.net">COMUnit</a> using Active Server Pages.
It is a VBScript implementation that has been tested to run on top of Microsoft
Internet Information Server 5.0 or 5.1.
<h2>Demonstration</h2>
Try out the <a href="http://www32.brinkster.com/aspunit/TestASPUnit/TestASPUnit.asp">ASPUnit demonstration</a>.
<h2>Download</h2>
Download <a href="http://sourceforge.net/project/showfiles.php?group_id=32444">ASPUnit 0.9.2</a>.
<h2>Feedback</h2>
Questions? Comments? Suggestions? Feel free to send us an email about it:
<a href="mailto:[email protected]">[email protected]</a>
<h2>Contributors:</h2>
<ul>
<li>Bernard Vander Beken</li>
<li>Tamara L. Cravit</li>
<li>Stephane Lussier ([email protected])</li>
<li>Richard Quinn</li>
</ul>
<h2>Links</h2>
<ul>
<li><a href="http://comunit.sourceforge.net">COMUnit</a>: a unit testing framework for COM components
<li><A href="http://www.xprogramming.com">www.xprogramming.com</A>: download source for all xUnits
<li><a href="http://www.junit.org">www.junit.org</a>: home of the original JUnit
</ul>
</body>
</html>