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
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ShouldHaveFragment(URI actual)
private
ShouldHaveFragment(URI actual, String expectedFragment)
-
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
-
-