PexClassAttribute.CreateFixtures(PexAssembly, TypeEx) Method
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.
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>