C# Class NUnit.Extension.DependencyInjection.StaticTypeDiscovererTypeSelector

NUnit.Extension.DependencyInjection.Abstractions.ITypeDiscovererTypeSelector that will always return the type provided at the time of construction of this type selector.
Inheritance: ITypeDiscovererTypeSelector
Mostrar archivo Open project: kalebpederson/nunit.dependencyinjection

Public Methods

Method Description
GetTypeDiscovererArguments ( ) : object[]
GetTypeDiscovererType ( ) : Type
StaticTypeDiscovererTypeSelector ( Type type ) : System

Creates an instance of the type selector.

Method Details

GetTypeDiscovererArguments() public method

public GetTypeDiscovererArguments ( ) : object[]
return object[]

GetTypeDiscovererType() public method

public GetTypeDiscovererType ( ) : Type
return Type

StaticTypeDiscovererTypeSelector() public method

Creates an instance of the type selector.
public StaticTypeDiscovererTypeSelector ( Type type ) : System
type Type The to be used.
return System