Esempio n. 1
0
        public static void CheckREPLACE()
        {
            string testName = "Replace";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }
Esempio n. 2
0
        public static void CheckINSERT()
        {
            string testName = "Insert";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }
Esempio n. 3
0
        public static void CheckREADY_RESET_TRACE()
        {
            string testName = "ReadyOrResetTrace";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }
Esempio n. 4
0
        public static void CheckENTER()
        {
            string testName = "Enter";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }
Esempio n. 5
0
        public static void CheckEXEC_SQL_INCLUDE()
        {
            string testName = "ExecSqlInclude";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }
Esempio n. 6
0
        public static void CheckDELETE()
        {
            string testName = "Delete";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }
Esempio n. 7
0
        public static void CheckASTERISK_CONTROL_CBL()
        {
            string testName = "ControlCbl";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }
Esempio n. 8
0
        public static void CheckCBL_PROCESS()
        {
            string testName = "CblProcess";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }
Esempio n. 9
0
        public static void CheckSKIP1_2_3()
        {
            string testName = "Skip";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }
Esempio n. 10
0
        public static void CheckSERVICE_RELOAD()
        {
            string testName = "ServiceReload";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }