C# Class Machine.Specifications.GallioAdapter.Services.MachineSpecificationsExplorer

Inheritance: Gallio.Model.Helpers.TestExplorer
显示文件 Open project: agross/machine.specifications

Protected Methods

Method Description
ExploreImpl ( IReflectionPolicy reflectionPolicy, ICodeElementInfo codeElement ) : void

Private Methods

Method Description
AddXmlComment ( Test test, ICodeElementInfo element ) : void
GetAssemblyTest ( IAssemblyInfo assembly, Test parentTest, System.Version frameworkVersion, bool populateRecursively ) : Test
GetContextTest ( Machine.Specifications.Model.Context context ) : MachineContextTest
GetFrameworkVersion ( IAssemblyInfo assembly ) : System.Version
GetSpecificationTest ( Machine.Specifications.Model.Context context, Machine.Specifications.Model.Specification specification ) : MachineSpecificationTest

Method Details

ExploreImpl() protected method

protected ExploreImpl ( IReflectionPolicy reflectionPolicy, ICodeElementInfo codeElement ) : void
reflectionPolicy IReflectionPolicy
codeElement ICodeElementInfo
return void