TestHelperExtensions Namespace |
| Class | Description | |
|---|---|---|
| BoolExtensions |
Adds functionality that is often used for
unit testing to the boolean data type
| |
| ByteExtensions |
Adds functionality that is often used for
unit testing to the byte (Int8) data type
| |
| DateTimeExtensions |
Adds functionality that is often used for
unit testing to the DateTime data type
| |
| DoubleExtensions |
Adds functionality that is often used for
unit testing to the Double data type
| |
| EnumerableExtensions |
Adds functionality that is often used for
unit testing to all IEnumerables of numeric data types
| |
| ExceptionExtensions |
Adds functionality that is often used for unit testing
to the Exception data type and its derived classes
| |
| IntExtensions |
Adds functionality that is often used for
unit testing to the Integer (Int32) data type
| |
| LongExtensions |
Adds functionality that is often used for
unit testing to the Long (Int64) data type
| |
| ObjectExtensions |
Adds functionality that is often used for
unit testing to the Object data type
| |
| ShortExtensions |
Adds functionality that is often used for
unit testing to the Short (Int16) data type
| |
| StringArrayExtensions |
Adds functionality that is often used for
unit testing to any Array of strings
| |
| StringExtensions |
Adds functionality that is often used for
unit testing to the string data type
|