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

Test_StringBuilder.asp 283B

8 个月前
123456789101112
  1. <%
  2. Option Explicit
  3. %>
  4. <!--#include file="../MVC/lib.Strings.asp"-->
  5. <!--#include file="ASPUnit/include/ASPUnitRunner.asp"-->
  6. <!--#include file="TestCase_StringBuilder.asp"-->
  7. <%
  8. dim Runner
  9. set Runner = new UnitRunner
  10. Runner.AddTestContainer new StringBuilder_Tests
  11. Runner.Display
  12. %>

Powered by TurnKey Linux.