| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractClassAssert<SELF extends AbstractClassAssert<SELF>> |
Base class for all implementations of assertions for
Classes. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ClassAssert |
Assertion methods for
Classes. |
class |
SoftAssertionClassAssert |
Concrete assertions for
Classs without any final methods to allow proxying. |
| Modifier and Type | Method | Description |
|---|---|---|
static AbstractClassAssert<?> |
Assertions.assertThat(Class<?> actual) |
Creates a new instance of
|
static AbstractClassAssert<?> |
AssertionsForClassTypes.assertThat(Class<?> actual) |
Creates a new instance of
|
static AbstractClassAssert<?> |
Java6Assertions.assertThat(Class<?> actual) |
Creates a new instance of
|
default AbstractClassAssert<?> |
WithAssertions.assertThat(Class<?> actual) |
Delegate call to
Assertions.assertThat(Class) |
static AbstractClassAssert<?> |
BDDAssertions.then(Class<?> actual) |
Creates a new instance of
|
static AbstractClassAssert<?> |
Java6BDDAssertions.then(Class<?> actual) |
Creates a new instance of
|
Copyright © 2014–2019. All rights reserved.