Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

13 строки
283B

  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.