-
Notifications
You must be signed in to change notification settings - Fork 8
Added main class and test for java lab1 #7
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
base: master
Are you sure you want to change the base?
Conversation
blumareks
left a comment
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.
@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.
| } else { | ||
| result = "Hello " + nameArg.getAsString(); | ||
| } | ||
| response.addProperty("greeting", result); |
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.
@blumareks I do have quotes. I forgot to add in the comments :).
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.
|
Thanks @blumareks For |
|
@blumareks , can you please review and merge? Thank you 🙏 |
blumareks
left a comment
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.
reviewed - looks good!
blumareks
left a comment
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.
looks good

@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"}