Package org.mockserver.matchers
Class MatchDifferenceFormatter
- java.lang.Object
-
- org.mockserver.matchers.MatchDifferenceFormatter
-
public class MatchDifferenceFormatter extends Object
-
-
Constructor Summary
Constructors Constructor Description MatchDifferenceFormatter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringformatDifferences(Map<MatchDifference.Field,List<String>> differences)
-
-
-
Method Detail
-
formatDifferences
public static String formatDifferences(Map<MatchDifference.Field,List<String>> differences)
-
-