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