| 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 | Method and Description |
|---|---|
AbstractUrlAssert<?> |
Java6AbstractStandardSoftAssertions.assertThat(URL actual)
Creates a new instance of
. |
default AbstractUrlAssert<?> |
WithAssertions.assertThat(URL actual)
Creates a new instance of
. |
static AbstractUrlAssert<?> |
Assertions.assertThat(URL actual)
Creates a new instance of
. |
static AbstractUrlAssert<?> |
AssertionsForClassTypes.assertThat(URL actual)
Creates a new instance of
. |
static AbstractUrlAssert<?> |
Java6Assertions.assertThat(URL actual)
Creates a new instance of
. |
static AbstractUrlAssert<?> |
Assumptions.assumeThat(URL actual)
Creates a new instance of
assumption. |
default AbstractUrlAssert<?> |
WithAssumptions.assumeThat(URL url)
Creates a new instance of
assumption. |
static AbstractUrlAssert<?> |
Java6BDDAssertions.then(URL actual)
Creates a new instance of
. |
static AbstractUrlAssert<?> |
BDDAssertions.then(URL actual)
Creates a new instance of
. |
AbstractUrlAssert<?> |
Java6AbstractBDDSoftAssertions.then(URL actual)
Creates a new instance of
. |
Copyright © 2014–2018 AssertJ. All rights reserved.