選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

13 行
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.