-
Notifications
You must be signed in to change notification settings - Fork 39
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
Extend StepVerifierLastStepVerifyErrorClass
Refaster rule
#813
Conversation
Looks good. No mutations were possible for these changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice @Venorcis 😄 !
Suggested commit message:
Extend `StepVerifierLastStepVerifyErrorClass` Refaster rule (#813)
fb12e16
to
16fda27
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebased and added a tiny commit. This'll work well together with #811 :).
...e-contrib/src/test/resources/tech/picnic/errorprone/refasterrules/ReactorRulesTestInput.java
Outdated
Show resolved
Hide resolved
Looks good. No mutations were possible for these changes. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
StepVerifierLastStepVerifyErrorClass
StepVerifierLastStepVerifyErrorClass
Refaster rule
Added
verifyErrorMatches(clazz::isInstance)
as a variant ofverifyErrorSatisfies(t -> assertThat(t).isInstanceOf(clazz))
that we already rewrite.