Class ReplaceRegexActionIT

    • Constructor Detail

      • ReplaceRegexActionIT

        public ReplaceRegexActionIT()
    • Method Detail

      • testLiteralReplaceOperation

        public void testLiteralReplaceOperation()
                                         throws Exception
        Throws:
        Exception
      • testComplainAboutMultiplesSinceNoMatch

        public void testComplainAboutMultiplesSinceNoMatch()
                                                    throws Exception
        Throws:
        Exception
      • testComplainAboutMultiplesSinceManyMatches

        public void testComplainAboutMultiplesSinceManyMatches()
                                                        throws Exception
        Throws:
        Exception
      • testLiteralReplaceOperationFileNotFound

        public void testLiteralReplaceOperationFileNotFound()
                                                     throws Exception
        Throws:
        Exception
      • testBothReplacementsGiven

        public void testBothReplacementsGiven()
                                       throws Exception
        Throws:
        Exception
      • testNoReplacementsGiven

        public void testNoReplacementsGiven()
                                     throws Exception
        Throws:
        Exception
      • testReplacementWithGroupReferencesNoGroup

        public void testReplacementWithGroupReferencesNoGroup()
                                                       throws Exception
        Throws:
        Exception
      • testReplacementWithGroupReferencesSuccessful

        public void testReplacementWithGroupReferencesSuccessful()
                                                          throws Exception
        Throws:
        Exception
      • testReplacementWithGroupReferencesSuccessfulWithMulti

        @Deprecated
        public void testReplacementWithGroupReferencesSuccessfulWithMulti()
                                                                   throws Exception
        Deprecated.
        Throws:
        Exception
      • testLiteralSearchStringReplaceOperation

        public void testLiteralSearchStringReplaceOperation()
                                                     throws Exception
        Throws:
        Exception
      • testBothLiteralSearchStringAndPatternGiven

        public void testBothLiteralSearchStringAndPatternGiven()
                                                        throws Exception
        Throws:
        Exception