Exemplo n.º 1
0
        public void Initialize()
        {
            Utilities    MyUtils = new Utilities();
            JS_Utilities JSUtils = new JS_Utilities();

            // generic Ambrosia init
            MyUtils.TestInitialize(true);

            // Set config file back to the way it was
            JSUtils.JS_RestoreJSConfigFile();
        }
Exemplo n.º 2
0
        public void Initialize()
        {
            Random rand = new Random();

            Utilities    MyUtils = new Utilities();
            JS_Utilities JSUtils = new JS_Utilities();

            // generic Ambrosia init
            MyUtils.TestInitialize(true);

            // Set config file back to the way it was
            JSUtils.JS_RestoreJSConfigFile();

            // create three digit number that will be used to make the test name unique
            uniqueTestNameID = rand.Next(100, 999).ToString();
        }