Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUrlAssert<SELF extends AbstractUrlAssert<SELF>>
Base class for all implementations of assertions for
URL s. |
Modifier and Type | Class and Description |
---|---|
class |
UrlAssert
Assertion class for
URL s |
Modifier and Type | Field and Description |
---|---|
static InstanceOfAssertFactory<java.net.URL,AbstractUrlAssert<?>> |
InstanceOfAssertFactories.URL_TYPE
InstanceOfAssertFactory for a URL . |
Modifier and Type | Method and Description |
---|---|
default AbstractUrlAssert<?> |
WithAssertions.assertThat(java.net.URL actual)
Creates a new instance of
. |
static AbstractUrlAssert<?> |
Java6Assertions.assertThat(java.net.URL actual)
Deprecated.
Creates a new instance of
. |
AbstractUrlAssert<?> |
Java6AbstractStandardSoftAssertions.assertThat(java.net.URL actual)
Creates a new instance of
. |
static AbstractUrlAssert<?> |
AssertionsForClassTypes.assertThat(java.net.URL actual)
Creates a new instance of
. |
static AbstractUrlAssert<?> |
Assertions.assertThat(java.net.URL actual)
Creates a new instance of
. |
default AbstractUrlAssert<?> |
WithAssumptions.assumeThat(java.net.URL url)
Creates a new instance of
assumption. |
static AbstractUrlAssert<?> |
Assumptions.assumeThat(java.net.URL actual)
Creates a new instance of
assumption. |
static AbstractUrlAssert<?> |
Java6BDDAssertions.then(java.net.URL actual)
Deprecated.
Creates a new instance of
. |
AbstractUrlAssert<?> |
Java6AbstractBDDSoftAssertions.then(java.net.URL actual)
Creates a new instance of
. |
static AbstractUrlAssert<?> |
BDDAssertions.then(java.net.URL actual)
Creates a new instance of
. |