samisnotinsane / qmsalsabooking

Class booking web app built on Spring.
https://qmsalsabooking.herokuapp.com
GNU General Public License v3.0
0 stars 0 forks source link

QMS-011 Write integration test for Attendee RestController #15

Closed samisnotinsane closed 5 years ago

samisnotinsane commented 5 years ago

This link seems useful as it has example for writing an integration test on a Spring RestController.

samisnotinsane commented 5 years ago

This website is more comprehensive when it comes to writing integration tests.

samisnotinsane commented 5 years ago

Integration tests for AttendeeService and AttendeeRepository have been added in commit 851bd83.