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