-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Java: Simplify setup for flow tests using InlineExpectationsTest
#6591
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
Conversation
A few inline comments. Otherwise it looks good to me, and it seems it can be a good quality-of-life change for new tests. |
6a7117b
to
9e66ee1
Compare
Mostly LGTM, but maybe it needs an extra 👀 from someone else before merging. Also, note that there are some conflicts. |
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.
I didn't check all the changed tests, but InlineFlowTest looks good.
Pull out some common logic but allow overriding the the configurations. Try to provide sane default configurations that can be used across most tests.