You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a Javalin testing tutorial that demonstrates using a library called Unirest to fake the HTTP requests and responses that we'd need to test the Server class directly. If we added these tests we'd
Have better end-to-end coverage of the server code
Be able to include Server in the test coverage calculations
The text was updated successfully, but these errors were encountered:
There's a Javalin testing tutorial that demonstrates using a library called Unirest to fake the HTTP requests and responses that we'd need to test the
Server
class directly. If we added these tests we'dServer
in the test coverage calculationsThe text was updated successfully, but these errors were encountered: