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

13 行
275B

  1. <%
  2. Option Explicit
  3. %>
  4. <!--#include file="../MVC/lib.all.asp"-->
  5. <!--#include file="ASPUnit/include/ASPUnitRunner.asp"-->
  6. <!--#include file="TestCase_Performance.asp"-->
  7. <%
  8. dim Runner
  9. set Runner = new UnitRunner
  10. Runner.AddTestContainer new Performance_Tests
  11. Runner.Display
  12. %>

Powered by TurnKey Linux.