Microsoft.Pex.Framework.Creatable Namespace

Classes

PexCreatableAsSingletonAttribute

Attribute indicating that only one instance exists which is named by a public field, property getter, or getter method.

PexCreatableAsXmlAttribute

Attribute that tells IntelliTest that a type represents a data and was generated by wsdl.exe.

PexCreatableAttributeBase

Attribute to define how instances of a particular type can be created

PexCreatableByClassFactoryAttribute

Attribute indicating that a class can be created by a class factory

PexCreatableByConstructorAndSettersAttribute

Attribute to define that an instances of a type can be created by calling one of its constructors, and then using property setters and setter methods to set field values, matching up fields and property/method names using a regular expression.

PexCreatableByConstructorAttribute

Attribute to define that an instance of a type can be created by calling its constructor.

PexCreatableByMethodAndSettersAttribute

Attribute to define how instances of a particular type can be created by using property setters and setter methods to set field values, matching up fields and property/method names using a regular expression.

PexCreatableByMethodAndSettersAttribute.CreatableByMethodAndSetters

Creatable

PexCreatableByMethodAndSettersAttributeBase

Attribute to define how instances of a particular type can be created by using property setters and setter methods to set field values

PexCreatableByMethodAttribute

Attribute to define that an instances of a type can be created by calling a creation method.

PexCreatableFactoryAttributeBase

Abstract base class to define new Microsoft.Pex.Engine.Creatable.IPexCreatableFactory implementations

PexCreatableFactoryForDelegatesAttribute

A creatable factory that generates delegate that call into PexChoose

PexCreatableFactoryForSummarizedConstructorsAndSetters

IntelliTest infers constructors and setters invariant.

PexCreatablesAsXmlFromAssemblyAttribute

Attribute that populates the creatable table for any webdata object.

PexCreatableSetAttributeBase

Attribute to define a factory of Microsoft.Pex.Engine.Creatable.IPexCreatable

PexFieldBindingAttribute

Attribute to specify a place holder for a binding field value.

Interfaces

IPexClassFactory<T>

Interfaces that defines factory for classes