In unit tests, there are times where we only want to match 4–5 properties of an Object, and don’t really care about the others, or can’t control them. In a typical unit testing framework, we either write 4 or 5 assertions, or create the whole expected object and match it…