July 2018
Beginner to intermediate
668 pages
16h 29m
English
Another useful scenario for applying events are asynchronous tests! Take the example where you need to make a REST request to an endpoint and verify the result. How would you develop the test? (In this case, we are talking about integration tests.)
In this recipe, I used DUnitX as the XUnit test framework. If you don't know what TDD is (I really hope you know it, because I'm a huge fan of TDD and it can really save your life!), or DUnitX or XUnit for that matter, I've provided you with the following links:
If you ...
Read now
Unlock full access