UMM-CSci-3601 / 3601-lab2_client-server

The starter code for CSCI 3601 Lab 2, client and server technologies.
MIT License
0 stars 4 forks source link

Update to match iteration template #297

Closed kklamberty closed 7 months ago

kklamberty commented 1 year ago

This PR includes fixing minor differences between Lab2, Lab3, and the Iteration Template. Nothing big here, but it fixes minor inconsistencies. I also bring in the Mockito Annotations we liked while developing the Iteration Template testing.

kklamberty commented 1 year ago

It's probably worth mentioning that there are a couple additional changes to the Javalin testing that happened https://github.com/UMM-CSci-3601/3601-iteration-template/issues/1308 that are not incorporated here yet. Mostly, there is an attempt to pull in some changes made by @NicMcPhee in a PR in lab 4 that use an Argument Matcher.