Class BooleanArrayDifference

    • Method Detail

      • construct

        public static IDifference construct​(String name,
                                            boolean[] first,
                                            boolean[] second)
        Constructs a new IDifference object.
        Parameters:
        name - a name reflecting the nature of the created IDifference
        first - the first object to compare
        second - the second object to compare
        Returns:
        an IDifference reflecting the differences between the first and second object