Click or drag to resize
ConfigurationExtensions Class
Extension methods for Configuration.
Inheritance Hierarchy
SystemObject
  FsCheckUtilsConfigurationExtensions

Namespace: FsCheckUtils
Assembly: FsCheckUtils (in FsCheckUtils.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public static class ConfigurationExtensions

The ConfigurationExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberWithEndSize
Sets the EndSize property of a Configuration object.
Public methodStatic memberWithEvery
Sets the Every property of a Configuration object.
Public methodStatic memberWithEveryShrink
Sets the EveryShrink property of a Configuration object.
Public methodStatic memberWithMaxFail
Sets the MaxNbOfFailedTests property of a Configuration object.
Public methodStatic memberWithMaxTest
Sets the MaxNbOfTest property of a Configuration object.
Public methodStatic memberWithName
Sets the Name property of a Configuration object.
Public methodStatic memberWithRunner
Sets the Runner property of a Configuration object.
Public methodStatic memberWithStartSize
Sets the StartSize property of a Configuration object.
Top
See Also