| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Field and Description |
|---|---|
static InstanceOfAssertFactory<Matcher,MatcherAssert> |
InstanceOfAssertFactories.MATCHER
InstanceOfAssertFactory for an Matcher. |
| Modifier and Type | Method and Description |
|---|---|
default MatcherAssert |
WithAssertions.assertThat(Matcher matcher)
Create assertion for
Matcher |
default MatcherAssert |
StandardSoftAssertionsProvider.assertThat(Matcher actual)
Create assertion for
Matcher |
static MatcherAssert |
AssertionsForClassTypes.assertThat(Matcher actual)
Create assertion for
Matcher |
static MatcherAssert |
Assertions.assertThat(Matcher actual)
Create assertion for
Matcher. |
default MatcherAssert |
WithAssumptions.assumeThat(Matcher matcher)
Creates a new instance of
assumption. |
static MatcherAssert |
Assumptions.assumeThat(Matcher actual)
Creates a new instance of
MatcherAssert assumption. |
static MatcherAssert |
BDDAssumptions.given(Matcher actual)
Creates a new assumption's instance for an
Matcher. |
default MatcherAssert |
BDDSoftAssertionsProvider.then(Matcher actual)
Create assertion for
Matcher. |
static MatcherAssert |
BDDAssertions.then(Matcher actual)
Create assertion for
Matcher |
Copyright © 2025. All rights reserved.