Package org.assertj.core.error.uri
Class ShouldHaveFragment
- java.lang.Object
-
- org.assertj.core.error.BasicErrorMessageFactory
-
- org.assertj.core.error.uri.ShouldHaveFragment
-
- All Implemented Interfaces:
ErrorMessageFactory
public class ShouldHaveFragment extends BasicErrorMessageFactory
-
-
Field Summary
-
Fields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ErrorMessageFactory
shouldHaveFragment(URI actual, String expectedFragment)
-
Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
-
-
-
Method Detail
-
shouldHaveFragment
public static ErrorMessageFactory shouldHaveFragment(URI actual, String expectedFragment)
-
-