Aspires to provide a simple comparison between pure unit tests and integration tests in the following scenario:
- there is a model representing incomming data
- there is a controller (in MVC or WebAPI sense)
- there is a non-trivial validator for the
Model
that theController
works with - the
Validator
decides whether aModel
instance provided to theController
'sMethod
is worth processing or not