| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUriAssert<S extends AbstractUriAssert<S>>
Base class for all implementations of assertions for
URIs. |
| Modifier and Type | Class and Description |
|---|---|
class |
UriAssert
Assertion class for
URIs |
| Modifier and Type | Method and Description |
|---|---|
default AbstractUriAssert<?> |
WithAssertions.assertThat(URI actual)
Delegate call to
Assertions.assertThat(URI) |
static AbstractUriAssert<?> |
Assertions.assertThat(URI actual)
Creates a new instance of
. |
static AbstractUriAssert<?> |
AssertionsForClassTypes.assertThat(URI actual)
Creates a new instance of
. |
static AbstractUriAssert<?> |
Java6Assertions.assertThat(URI actual)
Creates a new instance of
. |
static AbstractUriAssert<?> |
Java6BDDAssertions.then(URI actual)
Creates a new instance of
. |
static AbstractUriAssert<?> |
BDDAssertions.then(URI actual)
Creates a new instance of
. |
Copyright © 2014–2017 AssertJ. All rights reserved.