Package org.assertj.core.api
Class UriAssert
- All Implemented Interfaces:
Assert<UriAssert,
,URI> Descriptable<UriAssert>
,ExtensionPoints<UriAssert,
URI>
Assertion class for
URI
s-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractUriAssert
uris
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, conditions, info, myself, objects
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.assertj.core.api.AbstractUriAssert
hasAuthority, hasFragment, hasHost, hasNoFragment, hasNoParameter, hasNoParameter, hasNoParameters, hasNoPath, hasNoPort, hasNoQuery, hasNoUserInfo, hasParameter, hasParameter, hasPath, hasPort, hasQuery, hasScheme, hasUserInfo
Methods inherited from class org.assertj.core.api.AbstractAssert
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, overridingErrorMessage, satisfies, setCustomRepresentation, throwAssertionError, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError
-
Constructor Details
-
UriAssert
Constructor- Parameters:
actual
- the url to test
-