Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Field and Description |
---|---|
static InstanceOfAssertFactory<java.lang.Class,ClassAssert> |
InstanceOfAssertFactories.CLASS
InstanceOfAssertFactory for a Class . |
Modifier and Type | Method and Description |
---|---|
default ClassAssert |
WithAssertions.assertThat(java.lang.Class<?> actual)
Creates a new instance of
|
static ClassAssert |
AssertionsForClassTypes.assertThat(java.lang.Class<?> actual)
Creates a new instance of
|
static ClassAssert |
Assertions.assertThat(java.lang.Class<?> actual)
Creates a new instance of
|
ClassAssert |
ClassAssert.hasAnnotations(java.lang.Class<? extends java.lang.annotation.Annotation>... annotations) |
static ClassAssert |
BDDAssertions.then(java.lang.Class<?> actual)
Creates a new instance of
|