Skip to content

sethu-rs/java-spring-restful-api-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hunter Six - Java Spring RESTful API Test

How to build

./gradlew clean build

How to test

./gradlew test

Exercises

Exercise 1

Make the tests run green (there should be one failing test)

Exercise 2

Update the existing /person/{lastName}/{firstName} endpoint to return an appropriate RESTful response when the requested person does not exist in the list

  • prove your results

Exercise 3

Write a RESTful API endpoint to retrieve a list of all people with a particular surname

  • pay attention to what should be returned when there are no match, one match, multiple matches
  • prove your results

Exercise 4

Write a RESTful API endpoint to add a new value to the list

  • pay attention to what should be returned when the record already exists
  • prove your resutls

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages