Added main class and test for java lab1#7
Open
upkarlidder wants to merge 2 commits intoIBMDeveloperSF:masterfrom
Open
Added main class and test for java lab1#7upkarlidder wants to merge 2 commits intoIBMDeveloperSF:masterfrom
upkarlidder wants to merge 2 commits intoIBMDeveloperSF:masterfrom
Conversation
blumareks
suggested changes
Nov 27, 2019
Contributor
blumareks
left a comment
There was a problem hiding this comment.
@lidderupk I think we need to add quotes in both fields - at least this is what I get from Swift:
Activation ID:
fb8041e02b484c4a8041e02b48ac4a40
Results:
{
"message": "Hello World!"
}
Logs:
[]
- in addition there might be a timeout test condition of 60 seconds. So in other words if you send something and there is no response in 60 sec (or less) it means the service is down.
upkarlidder
commented
Nov 27, 2019
| } else { | ||
| result = "Hello " + nameArg.getAsString(); | ||
| } | ||
| response.addProperty("greeting", result); |
Contributor
Author
There was a problem hiding this comment.
@blumareks I do have quotes. I forgot to add in the comments :).
Contributor
Author
There was a problem hiding this comment.
Contributor
Author
|
Thanks @blumareks For |
Contributor
Author
|
@blumareks , can you please review and merge? Thank you 🙏 |
blumareks
approved these changes
Jan 9, 2020
Contributor
blumareks
left a comment
There was a problem hiding this comment.
reviewed - looks good!
Contributor
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

@blumareks can you please review and let me know if I am missing any tests? I added the following
{ greeting: "Hello World!"}when called with empty args{ greeting: "Hello upkar!"}when called with{name: "upkar"}