#testing

How to unit test a method that has void as return type

How do I test a method that returns void? For example a method like this. public void...

Value of Unit testing

There are probably uncountable amount of articles, posts and arguments on to why Unit...

Asserting private objects with unit testing

There’s a lot of discussion going on about designing for testability. One of the prob...