Objects
Pex can either create instances of existing .Net classes, or you can use Pex to automatically create mock objects that implement a given interface and behave in different ways depending on its usages.
When Pex generates test inputs, it imposes certain bounds on the size of the inputs. Pex only considers
a set of types when trying to build values which are assignable to the test parameters.