Created
April 8, 2013 13:29
-
-
Save roughy/5336756 to your computer and use it in GitHub Desktop.
Example usage of say function
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
say("A user with admin rights can delete a profile."); | |
... | |
say("We want to delete the profile with the id \"" + profile.id + "\"."); | |
... | |
say("A request to the delete-profile endpoint with the correct rigths and an existing profile id will end up in a response with the status code " + HttpStatus.SC_NO_CONTENT); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment