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 Details

    • SHOULD_BE_EQUAL_TO_WITH_SORTED_QUERY_PARAMETERS

      private static final String SHOULD_BE_EQUAL_TO_WITH_SORTED_QUERY_PARAMETERS
      See Also:
  • Constructor Details

    • ShouldBeEqualToWithSortedQueryParameters

      private ShouldBeEqualToWithSortedQueryParameters(URL actual, URL expected)
  • Method Details

    • shouldBeEqualToWithSortedQueryParameters

      public static ErrorMessageFactory shouldBeEqualToWithSortedQueryParameters(URL actual, URL expected)