spoon icon indicating copy to clipboard operation
spoon copied to clipboard

review: test: fix AssertJ code generation

Open SirYwell opened this issue 1 year ago • 2 comments

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.

SirYwell avatar Feb 17 '24 11:02 SirYwell

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

MartinWitt avatar Feb 17 '24 12:02 MartinWitt

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

I edited the description, I hope that helps.

SirYwell avatar Feb 17 '24 12:02 SirYwell