Feature Criteria
Verbs to be supported
- GET
- POST
- PUT
- DELETE
User should be able to GET a list, and GET a single item.
Testing Criteria
Write a testing class and test methods that validate the GET single, GET all, POST, PUT, and DELETE operations work as expected.
Controller Methods:
Test Methods:
Feature Criteria
Verbs to be supported
User should be able to GET a list, and GET a single item.
Testing Criteria
Write a testing class and test methods that validate the GET single, GET all, POST, PUT, and DELETE operations work as expected.
Controller Methods:
Test Methods: