Uses of Class
org.assertj.core.api.AbstractUrlAssert
-
Packages that use AbstractUrlAssert Package Description org.assertj.core.api -
-
Uses of AbstractUrlAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractUrlAssert Modifier and Type Class Description classAbstractUrlAssert<SELF extends AbstractUrlAssert<SELF>>Base class for all implementations of assertions forURLs.Subclasses of AbstractUrlAssert in org.assertj.core.api Modifier and Type Class Description classUrlAssertAssertion class forURLsFields in org.assertj.core.api with type parameters of type AbstractUrlAssert Modifier and Type Field Description static InstanceOfAssertFactory<URL,AbstractUrlAssert<?>>InstanceOfAssertFactories. URL_TYPEInstanceOfAssertFactoryfor aURL.Methods in org.assertj.core.api that return AbstractUrlAssert Modifier and Type Method Description static AbstractUrlAssert<?>Assertions. assertThat(URL actual)Creates a new instance of.UrlAssertstatic AbstractUrlAssert<?>AssertionsForClassTypes. assertThat(URL actual)Creates a new instance of.UrlAssertAbstractUrlAssert<?>Java6AbstractStandardSoftAssertions. assertThat(URL actual)Creates a new instance of.UrlAssertstatic AbstractUrlAssert<?>Java6Assertions. assertThat(URL actual)Deprecated.Creates a new instance of.UrlAssertdefault AbstractUrlAssert<?>WithAssertions. assertThat(URL actual)Creates a new instance of.UrlAssertstatic AbstractUrlAssert<?>Assumptions. assumeThat(URL actual)Creates a new instance ofassumption.UrlAssertdefault AbstractUrlAssert<?>WithAssumptions. assumeThat(URL url)Creates a new instance ofassumption.UrlAssertstatic AbstractUrlAssert<?>BDDAssertions. then(URL actual)Creates a new instance of.UrlAssertAbstractUrlAssert<?>Java6AbstractBDDSoftAssertions. then(URL actual)Creates a new instance of.UrlAssertstatic AbstractUrlAssert<?>Java6BDDAssertions. then(URL actual)Deprecated.Creates a new instance of.UrlAssert
-