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 String
SHOULD_HAVE_QUERY
private static String
SHOULD_NOT_HAVE_QUERY
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ShouldHaveQuery(URI actual)
private
ShouldHaveQuery(URI actual, String expectedQuery)
private
ShouldHaveQuery(URL actual)
private
ShouldHaveQuery(URL actual, String expectedQuery)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactory
shouldHaveQuery(URI actual, String expectedQuery)
static ErrorMessageFactory
shouldHaveQuery(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)
-
-