You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Test_HtmlHelper.asp 293B

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_HtmlHelperDropdownLists.asp"-->
  7. <%
  8. dim Runner
  9. set Runner = new UnitRunner
  10. Runner.AddTestContainer new HtmlHelper_Tests
  11. Runner.Display
  12. %>

Powered by TurnKey Linux.