Пример #1
0
        public static void CheckEmptyPartialWordReplace()
        {
            string testName = "PgmEmptyPartialWordReplace";
            string result   = PreprocessorUtils.ProcessReplaceDirectives(testName);

            PreprocessorUtils.CheckWithReplaceResultFile(result, testName);
        }
Пример #2
0
        public static void CheckReplaceFunction()
        {
            string testName = "PgmReplaceFunction";
            string result   = PreprocessorUtils.ProcessReplaceDirectives(testName);

            PreprocessorUtils.CheckWithReplaceResultFile(result, testName);
        }