Example #1
0
        public static void Class_Initialize(TestContext tc)
        {
            // Build the JS app first from a JS file
            JS_Utilities JSUtils = new JS_Utilities();

            JSUtils.BuildJSTestApp();
        }