Class StringManipulationHelper

    • Method Detail

      • equalsToIgnoreEndline

        public static boolean equalsToIgnoreEndline​(String expected,
                                                    String actual)
        compares two strings for equality, line by line, ignoring any difference of end line delimiters contained within the 2 Strings. This method should be used if and only if two Strings are considered identical when all nodes are identical including their relative order. Generally useful when asserting identity of automatically regenerated XML or PDB.
        Parameters:
        expected -
        actual -