Click or drag to resize

BoolExtensions Class

Adds functionality that is often used for unit testing to the boolean data type
Inheritance Hierarchy
SystemObject
  TestHelperExtensionsBoolExtensions

Namespace:  TestHelperExtensions
Assembly:  CBI.TestHelperExtensions (in CBI.TestHelperExtensions.dll) Version: 2.1.0.1
Syntax
public static class BoolExtensions

The BoolExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetRandom
Returns a random boolean value (true or false)
Top
Remarks
This library is not intended for use as production code, but instead is intended to provide functionality in the test libraries for that production code.
See Also