PexClassAttribute.CreateFixtures(PexAssembly, TypeEx) Método

Definição

Cria os acessórios.

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)

Parâmetros

assembly
Microsoft.Pex.Engine.PexAssembly

O assembly.

type
Microsoft.ExtendedReflection.Metadata.TypeEx

O tipo.

Retornos

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

Aplica-se a