Пример #1
0
        public static void CheckREPLACE()
        {
            string testName = "Replace";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }
Пример #2
0
        public static void CheckINSERT()
        {
            string testName = "Insert";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }
Пример #3
0
        public static void CheckREADY_RESET_TRACE()
        {
            string testName = "ReadyOrResetTrace";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }
Пример #4
0
        public static void CheckENTER()
        {
            string testName = "Enter";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }
Пример #5
0
        public static void CheckEXEC_SQL_INCLUDE()
        {
            string testName = "ExecSqlInclude";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }
Пример #6
0
        public static void CheckDELETE()
        {
            string testName = "Delete";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }
Пример #7
0
        public static void CheckASTERISK_CONTROL_CBL()
        {
            string testName = "ControlCbl";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }
Пример #8
0
        public static void CheckCBL_PROCESS()
        {
            string testName = "CblProcess";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }
Пример #9
0
        public static void CheckSKIP1_2_3()
        {
            string testName = "Skip";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }
Пример #10
0
        public static void CheckSERVICE_RELOAD()
        {
            string testName = "ServiceReload";
            string result   = PreprocessorUtils.ProcessCompilerDirectives(testName);

            PreprocessorUtils.CheckWithDirectiveResultFile(result, testName);
        }