Package org.assertj.core.api
Class UrlAssert
- All Implemented Interfaces:
Assert<UrlAssert,,URL> Descriptable<UrlAssert>,ExtensionPoints<UrlAssert,URL>
Assertion class for
URLs-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractUrlAssert
urlsFields 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.AbstractUrlAssert
hasAnchor, hasAuthority, hasHost, hasNoAnchor, hasNoParameter, hasNoParameter, hasNoParameters, hasNoPath, hasNoPort, hasNoQuery, hasNoUserInfo, hasParameter, hasParameter, hasPath, hasPort, hasProtocol, hasQuery, hasUserInfoMethods 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
-
UrlAssert
Constructor- Parameters:
actual- the url to test
-