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.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							|  | <%
Option Explicit
%>
<!--#include file="../MVC/lib.Strings.asp"-->
<!--#include file="ASPUnit/include/ASPUnitRunner.asp"-->
<!--#include file="TestCase_HtmlHelperDropdownLists.asp"-->
<%
dim Runner
set Runner = new UnitRunner
Runner.AddTestContainer new HtmlHelper_Tests
Runner.Display
%>
 |