The Consultingwerk.Assertion package only contains Assertion classes. Assertion classes can be used
to validate values or object references or other conditions that should be met when executing a certain
function or during a unit test. Assertions typically throw a standarized error when the asserted condition
is NOT met and do nothing when it is met.
See http://en.wikipedia.org/wiki/Assertion_(computing)
for more details.