We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PreferredConstructorDiscovererUnitTests
As part of #2694 we want to simplify the test to avoid using assertThat(…).satisfies(actual -> …) and use the regular style assertThat(actual.…).…
assertThat(…).satisfies(actual -> …)
assertThat(actual.…).…