PexClassAttribute.CreateFixtures(PexAssembly, TypeEx) Method

Definition

Creates the fixtures.

public:
 Microsoft::ExtendedReflection::Collections::IIndexable<Microsoft::Pex::Engine::PexFixture ^> ^ CreateFixtures(Microsoft::Pex::Engine::PexAssembly ^ assembly, Microsoft::ExtendedReflection::Metadata::TypeEx ^ type);
public Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.Pex.Engine.PexFixture> CreateFixtures (Microsoft.Pex.Engine.PexAssembly assembly, Microsoft.ExtendedReflection.Metadata.TypeEx type);
member this.CreateFixtures : Microsoft.Pex.Engine.PexAssembly * Microsoft.ExtendedReflection.Metadata.TypeEx -> Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.Pex.Engine.PexFixture>
Public Function CreateFixtures (assembly As PexAssembly, type As TypeEx) As IIndexable(Of PexFixture)

Parameters

assembly
Microsoft.Pex.Engine.PexAssembly

The assembly.

type
Microsoft.ExtendedReflection.Metadata.TypeEx

The type.

Returns

Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.Pex.Engine.PexFixture>

Applies to