-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement async client test stub methods (#378)
* Added implementation in the generator of asynchronous calls for the ServiceClientTestStubs * Added test with asynchronous call * Fixed indentation * Simplified test testClientAsynchronous * Changed format in the expectation so it's compatible with linux Removed getWordasynchronous private method * Added explanation why the method is public * Added white space between parameters * Rename channel to fakeChannel * Fixed CallResult init method * Added space before initialMetadata * Replaced without closure * Add extra space * Added fake channel to the generator * Fix whitespace and use the appropriate unary call test stub instead of a real call object.
- Loading branch information
Showing
4 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters