C# 클래스 Xunit.Reporting.Internal.Configuration.ArgumentMapFactory

A mapper class which is responsible for mapping console arguments to a one to many map for arguments.
상속: IArgumentMapFactory
파일 보기 프로젝트 열기: BjRo/xunitbddextensions 1 사용 예제들

공개 메소드들

메소드 설명
ArgumentMapFactory ( Func argsFactory ) : System

Creates a new instance of the ArgumentMapFactory

Create ( ) : IArgumentMap

A factory for creating an IArgumentMap instance.

비공개 메소드들

메소드 설명
AddToDictionary ( string key, string value, IDictionary dictionary ) : void
Map ( IEnumerable input ) : IArgumentMap

Maps the collection of strings to a dictionary of arguments

메소드 상세

ArgumentMapFactory() 공개 메소드

Creates a new instance of the ArgumentMapFactory
public ArgumentMapFactory ( Func argsFactory ) : System
argsFactory Func /// Specifies a delegate for obtaining the console arguments. ///
리턴 System

Create() 공개 메소드

A factory for creating an IArgumentMap instance.
public Create ( ) : IArgumentMap
리턴 IArgumentMap