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
-
Field Summary
FieldsFields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ShouldBeEqualToWithSortedQueryParameters
(URL actual, URL expected) -
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorMessageFactory
shouldBeEqualToWithSortedQueryParameters
(URL actual, URL expected) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Field Details
-
SHOULD_BE_EQUAL_TO_WITH_SORTED_QUERY_PARAMETERS
- See Also:
-
-
Constructor Details
-
ShouldBeEqualToWithSortedQueryParameters
-
-
Method Details
-
shouldBeEqualToWithSortedQueryParameters
public static ErrorMessageFactory shouldBeEqualToWithSortedQueryParameters(URL actual, URL expected)
-