| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractUrlAssert<SELF extends AbstractUrlAssert<SELF>> |
Base class for all implementations of assertions for
URLs. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
UrlAssert |
Assertion class for
URLs |
| Modifier and Type | Method | Description |
|---|---|---|
static AbstractUrlAssert<?> |
Assertions.assertThat(URL actual) |
Creates a new instance of
. |
static AbstractUrlAssert<?> |
AssertionsForClassTypes.assertThat(URL actual) |
Creates a new instance of
. |
AbstractUrlAssert<?> |
Java6AbstractStandardSoftAssertions.assertThat(URL actual) |
Creates a new instance of
. |
static AbstractUrlAssert<?> |
Java6Assertions.assertThat(URL actual) |
Creates a new instance of
. |
default AbstractUrlAssert<?> |
WithAssertions.assertThat(URL actual) |
Delegate call to
Assertions.assertThat(URL) |
static AbstractUrlAssert<?> |
BDDAssertions.then(URL actual) |
Creates a new instance of
. |
AbstractUrlAssert<?> |
Java6AbstractBDDSoftAssertions.then(URL actual) |
Creates a new instance of
. |
static AbstractUrlAssert<?> |
Java6BDDAssertions.then(URL actual) |
Creates a new instance of
. |
Copyright © 2014–2019. All rights reserved.