Exercises
Test your knowledge by implementing the following:
- What other test helpers could we add to
Goldcrest.ExUnit.RouterCase
? How would those tests help us build a more deterministic web application? - Currently, the generic
match
clause only handles a404
with HTML response. How can we update it to handle other types of responses?