Click or drag to resize

TestHelperExtensions Namespace

Contains static classes that hold functionality that can be used to help create effective unit tests for production code.
Classes
  ClassDescription
Public classBoolExtensions
Adds functionality that is often used for unit testing to the boolean data type
Public classByteExtensions
Adds functionality that is often used for unit testing to the byte (Int8) data type
Public classDateTimeExtensions
Adds functionality that is often used for unit testing to the DateTime data type
Public classDoubleExtensions
Adds functionality that is often used for unit testing to the Double data type
Public classEnumerableExtensions
Adds functionality that is often used for unit testing to all IEnumerables of numeric data types
Public classExceptionExtensions
Adds functionality that is often used for unit testing to the Exception data type and its derived classes
Public classIntExtensions
Adds functionality that is often used for unit testing to the Integer (Int32) data type
Public classLongExtensions
Adds functionality that is often used for unit testing to the Long (Int64) data type
Public classObjectExtensions
Adds functionality that is often used for unit testing to the Object data type
Public classShortExtensions
Adds functionality that is often used for unit testing to the Short (Int16) data type
Public classStringArrayExtensions
Adds functionality that is often used for unit testing to any Array of strings
Public classStringExtensions
Adds functionality that is often used for unit testing to the string data type