| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Field and Description |
|---|---|
static InstanceOfAssertFactory<Class,ClassAssert> |
InstanceOfAssertFactories.CLASS
InstanceOfAssertFactory for a Class. |
| Modifier and Type | Method and Description |
|---|---|
default ClassAssert |
WithAssertions.assertThat(Class<?> actual)
Creates a new instance of
|
default ClassAssert |
Java6StandardSoftAssertionsProvider.assertThat(Class<?> actual)
Creates a new instance of
|
static ClassAssert |
AssertionsForClassTypes.assertThat(Class<?> actual)
Creates a new instance of
|
static ClassAssert |
Assertions.assertThat(Class<?> actual)
Creates a new instance of
|
default ClassAssert |
WithAssumptions.assumeThat(Class<?> actual)
Creates a new instance of
assumption. |
static ClassAssert |
Assumptions.assumeThat(Class<?> actual)
Creates a new instance of
assumption. |
static ClassAssert |
BDDAssumptions.given(Class<?> actual)
Creates a new assumption's instance for a
Class value. |
default ClassAssert |
Java6BDDSoftAssertionsProvider.then(Class<?> actual)
Creates a new instance of
|
static ClassAssert |
BDDAssertions.then(Class<?> actual)
Creates a new instance of
|
Copyright © 2025. All rights reserved.