-
Notifications
You must be signed in to change notification settings - Fork 61
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
feat: Add SuperObjectValue and unit test #145
Conversation
* feat: support templated method definitions * fix!: MethodInvocationExpr: use TypeNode instead of names for static references * feat: mix IdNode and TypeNode in template vars for methods * feat: generate GrpcServiceCallableFactory class * fix: clean up composer methods * feat: add starter for ServiceClientTest generation
} | ||
|
||
@Test | ||
public void invalidSuperObjectValue_NonReferenceType() { |
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.
_nonReferenceType, same below.
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.
One more change needed: Can we add an ImportWriterVisitor test? super
may be in a different package than the current class.
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.
Seems the composer changes (ServiceClientTestClassComposer) are already checked in? If that is not intended in this PR can we checkout/merge master to isolate the superObjectValue change? Thanks
Fix merge problem and sent new PR#159 |
* updated versions.txt [ci skip] * updated google-cloud-core-bom/pom.xml [ci skip] * updated google-cloud-core-grpc/pom.xml [ci skip] * updated google-cloud-core-http/pom.xml [ci skip] * updated google-cloud-core/pom.xml [ci skip] * updated pom.xml [ci skip]
fullfill super