您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

TestASPUnit.asp 217B

8 个月前
123456789101112
  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.