Consolidated ASP Classic MVC framework from best components
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- <!-- #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()
- %>
|