Hi Wes. This is an excellent series of videos that I will share with my team. Is there more content after Part 8 that you could share with us? Part 8 ends abruptly.
@matheusaugustodasilvasanto31715 ай бұрын
Another approach for the Deal Service unit tests is to assert the business rules that lead to the values, instead of the values themselves. Here are a few examples: Does the AM Rate need to be less than the PM Rate? Does it need to be exactly half? Should the PM Rate not exceed 10%? Should the AM Rate not go under 5%? Answering these questions would inform what assertions should be made in the tests.
@manikya.kallimani4 жыл бұрын
Hi wes doyle, eagerly waiting for your Angular videos. :)
@sunnypatel10454 жыл бұрын
Hi Wes keep up the good work. I been using autofixtures , fluent assertions along with nsubsitute for my unit test