Automatically unit test your model:
- Automatically test properties, spotting any miswired getters or setters
- Increase code coverage, reaching parts manual tests don't even try to
- Supports ignoring specified properties if you have any funky logic in there that needs a manu...