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