Design by contract utility. More...
Classes | |
class | DesignException |
Exception thrown whenever a precondition or postcondition is not satisfied. More... | |
Static Public Member Functions | |
static void | Ensure (bool assertion, string klass, string message) |
static void | Require (bool assertion, string klass, string message) |
Design by contract utility.
This class aid the development using the design by contract concept.
static void Derm.Util.Design.Ensure | ( | bool | assertion, | |
string | klass, | |||
string | message | |||
) | [static] |
static void Derm.Util.Design.Require | ( | bool | assertion, | |
string | klass, | |||
string | message | |||
) | [static] |