- <%
- Option Explicit
- %>
-
-
-
-
-
-
- <%
-
-
-
- dim adVarChar : adVarChar = CInt(200)
- dim adInteger : adInteger = CInt(3)
- dim adBoolean : adBoolean = CInt(11)
- dim adDate : adDate = CInt(7)
-
-
- dim Runner : set Runner = new UnitRunner
- Runner.AddTestContainer new Automapper_Function_Tests
- Runner.AddTestContainer new AutoMap_Tests
- Runner.AddTestContainer new FlexMap_Tests
- Runner.AddTestContainer new DynMap_Tests
- Runner.Display
- %>
|