Consolidated ASP Classic MVC framework from best components
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- <!-- #include file="aspunit/Lib/ASPUnit.asp" -->
- <!-- #include file="PlainRunnerTheme.asp" -->
- <!-- #include file="test-manifest.asp" -->
-
- <%
- Set ASPUnit.Theme = New PlainRunnerTheme
- Call RegisterTestPages()
- Call ASPUnit.Run()
- %>
|