| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClassAssert<SELF extends AbstractClassAssert<SELF>>
Base class for all implementations of assertions for
Classes. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassAssert
Assertion methods for
Classes. |
class |
ProxyableClassAssert
Concrete assertions for
Classs without any final methods to allow proxying. |
| Modifier and Type | Method and Description |
|---|---|
static AbstractClassAssert<?> |
Java6Assertions.assertThat(java.lang.Class<?> actual)
Deprecated.
Creates a new instance of
|
default AbstractClassAssert<?> |
WithAssumptions.assumeThat(java.lang.Class<?> actual)
Creates a new instance of
assumption. |
static AbstractClassAssert<?> |
Assumptions.assumeThat(java.lang.Class<?> actual)
Creates a new instance of
assumption. |
static AbstractClassAssert<?> |
Java6BDDAssertions.then(java.lang.Class<?> actual)
Deprecated.
Creates a new instance of
|