Exemple #1
0
        public static void Event(string name)
        {
#if AUTOTEST
            AutotestingInternal.Event(name);
#endif
        }
Exemple #2
0
        public static void Initialize(Action <string> log, Action restartApp, Action <string, Exception> onScriptError)
        {
#if AUTOTEST
            AutotestingInternal.Initialize(log, restartApp, onScriptError);
#endif
        }