Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

review: test: fix AssertJ code generation #5673

Merged
merged 2 commits into from
Mar 10, 2024
Merged

Conversation

SirYwell
Copy link
Collaborator

@SirYwell SirYwell commented Feb 17, 2024

The check to ensure the assertions are all up-to-date didn't run.
This PR fixes that, and also fixes the missing types. We also need concrete classes for interfaces that don't have one specific implementation, otherwise newly introduced code wouldn't compile anymore.

Additionally, interfaces are public now, otherwise methods returning those interfaces are basically useless.

@MartinWitt
Copy link
Collaborator

@SirYwell there are a lot of changed files. Can you summarize the change?

@SirYwell
Copy link
Collaborator Author

@SirYwell there are a lot of changed files. Can you summarize the change?

I edited the description, I hope that helps.

@MartinWitt MartinWitt merged commit b826e3c into java17 Mar 10, 2024
11 of 12 checks passed
@SirYwell SirYwell deleted the test/assertj-codegen-fix branch March 10, 2024 15:37
I-Al-Istannen pushed a commit that referenced this pull request Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants