コード例 #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);
        }