Package org.assertj.core.error.uri
Class ShouldBeEqualToWithSortedQueryParameters
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.core.error.uri.ShouldBeEqualToWithSortedQueryParameters
-
- All Implemented Interfaces:
ErrorMessageFactory
public class ShouldBeEqualToWithSortedQueryParameters extends BasicErrorMessageFactory
-
-
Field Summary
Fields Modifier and Type Field Description private static String
SHOULD_BE_EQUAL_TO_WITH_SORTED_QUERY_PARAMETERS
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ShouldBeEqualToWithSortedQueryParameters(URL actual, URL expected)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactory
shouldBeEqualToWithSortedQueryParameters(URL actual, URL expected)
-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Field Detail
-
SHOULD_BE_EQUAL_TO_WITH_SORTED_QUERY_PARAMETERS
private static final String SHOULD_BE_EQUAL_TO_WITH_SORTED_QUERY_PARAMETERS
- See Also:
- Constant Field Values
-
-
Method Detail
-
shouldBeEqualToWithSortedQueryParameters
public static ErrorMessageFactory shouldBeEqualToWithSortedQueryParameters(URL actual, URL expected)
-
-