X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=0d653c166ae576867bb5b2771637320844db45e6;hb=9ca829f2675e0be2e35d67d45dd91cc28c9c2cfe;hp=046a11e04bdc15dce1efdaf3b684c0783652959a;hpb=f3cbe61e2511cb11d1779b7b5ee41da9b78aada0;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 046a11e..0d653c1 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -6,10 +6,7 @@ - - - - + @@ -24,6 +21,48 @@ + + + + + + + + + +
@@ -31,6 +70,17 @@ HTML file. To run a test, open a Javascript console and execute, for instance,
tc = new SimpleDrawingTestCase() ;
- tc.runTest("testDrawSimpleRangePlusOne")
+ tc.runTest("testDrawSimpleRangePlusOne") (execution method #1, by string)
+ tc.runTest(tc.testDrawSimpleRangePlusOne) (execution method #2, by function reference) + +

Alternatively you can use query args:

+ Example: local.html?testCase=ScrollingDivTestCase&test=testNestedDiv_Scrolled&command=runTest +