It’s tedious to write unit tests. They aren’t fun, and they don’t add any shiny new features. To make it easier, Angular provides us with tools to test “all the things”. But these tools have their ...
Hamcrest is based on the concept of a matcher, which can be a very natural way of asserting whether or not the result of a test is in a desired state. If you have not used Hamcrest, examples in this ...
If you’re anything like me, you’ve probably been scouring the web to find out why your unit tests are so slow. Unit tests are supposed to be fast right? So why do 4500 unit tests on a fairly intricate ...