PexCreatableFactoryForSummarizedConstructorsAndSetters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IntelliTest infers constructors and setters invariant.
public ref class PexCreatableFactoryForSummarizedConstructorsAndSetters sealed : Microsoft::Pex::Framework::Creatable::PexCreatableFactoryAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true)]
public sealed class PexCreatableFactoryForSummarizedConstructorsAndSetters : Microsoft.Pex.Framework.Creatable.PexCreatableFactoryAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true)>]
type PexCreatableFactoryForSummarizedConstructorsAndSetters = class
inherit PexCreatableFactoryAttributeBase
Public NotInheritable Class PexCreatableFactoryForSummarizedConstructorsAndSetters
Inherits PexCreatableFactoryAttributeBase
- Inheritance
-
PexCreatableFactoryForSummarizedConstructorsAndSetters
- Attributes
Constructors
PexCreatableFactoryForSummarizedConstructorsAndSetters() |
Properties
IsRestrictive |
Summarization gives up if IntelliTest finds setters that do not start with "Set", "Add" or "set_". |
Name |
Gets the name of this package. (Inherited from PexExplorationPackageAttributeBase) |