-
It would be good if we could generate an interface that extends org.assertj.core.api.WithAssertions and contained default methods for all the custom assertions, so that static imports are not required…
-
## Expected Behavior
Add only the following statements to run TestFX tests (those are the 2 statements I've used to work with TestFX 4.0.16-alpha):
```gradle
testImplementation group: 'org.…
-
**Describe the bug**
If a getter throws an exception, it is not reported in the `AssertionError` from `hasFieldOrPropertyWithValue()`
* assertj core version: 3.26.3
* java version: 11
* test fra…
-
My test case has a flow that looks like this:
1. Create some config.
2. Hit an API and perform JSON assertion using https://github.com/lukas-krecan/JsonUnit#assertj-integration.
3. Hit the same A…
-
#### Summary
`satisfies()` with nested assertions obscures stack trace
#### Example
We have a `satisfies()` call with many embedded assertions like this. AssertJ doesn't expose the stack trace …
-
It would be really cool, if at the same time as generating the immutable classes, custom assertions could be generated. AssertJ has an implementation which could be run from the annotation processor. …
-
IBAS 프로젝트는 테스트 프레임워크로 JUnit5, Assertion 프레임워크로 JUnit5보다 활용도가 높은 AssertJ를 채택했습니다.
1. 테스트 프레임워크: JUnit5
2. Assertion 프레임워크: AssertJ
Assertion 프레임워크 사용시 주의사항입니다,
예시:
> Assert.assertEquals(expec…
-
In some specific case the assertions generated by the plugin do not compile. This seems to happen randomly - I've prepared a simple example module ([assertj-generator-bug.zip](https://github.com/joel-…
-
* spring-boot-starter-parent version: 3.3.2 (with managed dependency versions)
* assertj core version: 3.25.3
* java version: 17
* test framework version: junit-jupiter-api 5.10.3
**Test case re…
-
#### Feature summary
Some of the String assertion messages indent both the actual and expected value for readability with 2 spaces, for example
https://github.com/assertj/assertj/blob/d02a738d7522dc…