The assertion in unit tests is the phase where we verify if the test result is what we expect. This phase is straightforward, usually it is just one line. But it is not very readable, because it looks something like…
Blog about programming, with focus on unit test, design patterns and good programming practices.