Feature Criteria
Verbs to be supported
- GET
- POST
- PUT
- User should be able to GET a list, and GET a single item.
- The employee's department name should be included in the employee representation
- A representation of the computer that the employee is currently using should be included in the employee representation
Testing Criteria
Write a testing class and test methods that validate the GET single, GET all, POST, and PUT operations work as expected.
Feature Criteria
Verbs to be supported
Testing Criteria
Write a testing class and test methods that validate the GET single, GET all, POST, and PUT operations work as expected.