 | BoolExtensions Class |
Adds functionality that is often used for
unit testing to the boolean data type
Inheritance Hierarchy
Namespace:
TestHelperExtensions
Assembly:
CBI.TestHelperExtensions (in CBI.TestHelperExtensions.dll) Version: 2.1.0.1
Syntaxpublic static class BoolExtensions
<ExtensionAttribute>
Public NotInheritable Class BoolExtensions
[ExtensionAttribute]
public ref class BoolExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type BoolExtensions = class end
The BoolExtensions type exposes the following members.
Methods
| Name | Description |
---|
  | GetRandom |
Returns a random boolean value (true or false)
|
Top
RemarksThis 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