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
Class es. |
Modifier and Type | Class | Description |
---|---|---|
class |
ClassAssert |
Assertion methods for
Class es. |
class |
SoftAssertionClassAssert |
Concrete assertions for
Class s 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.