-
Notifications
You must be signed in to change notification settings - Fork 11
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
Validate sqsqueues includes all queue properties #3958
Validate sqsqueues includes all queue properties #3958
Conversation
|
||
import static org.assertj.core.api.Assertions.assertThat; | ||
|
||
public class SQSTest { |
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.
We could call this SqsQueuesTest?
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.
Addressed
Field[] interfaceFields = CdkDefinedInstanceProperty.class.getFields(); | ||
for (Field f : interfaceFields) { | ||
CdkDefinedInstanceProperty present = (CdkDefinedInstanceProperty) f.get(this); |
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.
There's a function CdkDefinedInstanceProperty.getAll, the reflection isn't needed.
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.
Addressed
Make sure you have checked all steps below.
Issue
PR"
Tests
Documentation
separate issue for that below.