Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

43 Zeilen
1.5KB

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

Powered by TurnKey Linux.