| 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
URLs. |
| Modifier and Type | Class and Description |
|---|---|
class |
UrlAssert
Assertion class for
URLs |
| Modifier and Type | Field and Description |
|---|---|
static InstanceOfAssertFactory<URL,AbstractUrlAssert<?>> |
InstanceOfAssertFactories.URL_TYPE
InstanceOfAssertFactory for a URL. |
| Modifier and Type | Method and Description |
|---|---|
default AbstractUrlAssert<?> |
WithAssertions.assertThat(URL actual)
Creates a new instance of
. |
default AbstractUrlAssert<?> |
Java6StandardSoftAssertionsProvider.assertThat(URL actual)
Creates a new instance of
. |
static AbstractUrlAssert<?> |
Java6Assertions.assertThat(URL actual)
Deprecated.
Creates a new instance of
. |
static AbstractUrlAssert<?> |
AssertionsForClassTypes.assertThat(URL actual)
Creates a new instance of
. |
static AbstractUrlAssert<?> |
Assertions.assertThat(URL actual)
Creates a new instance of
. |
default AbstractUrlAssert<?> |
WithAssumptions.assumeThat(URL url)
Creates a new instance of
assumption. |
static AbstractUrlAssert<?> |
Assumptions.assumeThat(URL actual)
Creates a new instance of
assumption. |
static AbstractUrlAssert<?> |
BDDAssumptions.given(URL actual)
Creates a new assumption's instance for an
URL value. |
default AbstractUrlAssert<?> |
Java6BDDSoftAssertionsProvider.then(URL actual)
Creates a new instance of
. |
static AbstractUrlAssert<?> |
Java6BDDAssertions.then(URL actual)
Deprecated.
Creates a new instance of
. |
static AbstractUrlAssert<?> |
BDDAssertions.then(URL actual)
Creates a new instance of
. |
Copyright © 2025. All rights reserved.