You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
217B

  1. <%
  2. Option Explicit
  3. %>
  4. <!-- #include file="../include/ASPUnitRunner.asp"-->
  5. <!-- #include file="TCTest.asp"-->
  6. <%
  7. Dim oRunner
  8. Set oRunner = New UnitRunner
  9. oRunner.AddTestContainer New TCTest
  10. oRunner.Display()
  11. %>

Powered by TurnKey Linux.