C# 클래스 PicklesDoc.Pickles.Configuration

상속: IConfiguration
파일 보기 프로젝트 열기: picklesdoc/pickles 1 사용 예제들

공개 메소드들

메소드 설명
AddTestResultFile ( System.IO.Abstractions.FileInfoBase fileInfoBase ) : void
AddTestResultFiles ( IEnumerable fileInfoBases ) : void
Configuration ( ) : System.Collections.Generic
DisableComments ( ) : void
DisableExperimentalFeatures ( ) : void
EnableComments ( ) : void
EnableExperimentalFeatures ( ) : void

비공개 메소드들

메소드 설명
AddTestResultFileIfItExists ( System.IO.Abstractions.FileInfoBase fileInfoBase ) : void

메소드 상세

AddTestResultFile() 공개 메소드

public AddTestResultFile ( System.IO.Abstractions.FileInfoBase fileInfoBase ) : void
fileInfoBase System.IO.Abstractions.FileInfoBase
리턴 void

AddTestResultFiles() 공개 메소드

public AddTestResultFiles ( IEnumerable fileInfoBases ) : void
fileInfoBases IEnumerable
리턴 void

Configuration() 공개 메소드

public Configuration ( ) : System.Collections.Generic
리턴 System.Collections.Generic

DisableComments() 공개 메소드

public DisableComments ( ) : void
리턴 void

DisableExperimentalFeatures() 공개 메소드

public DisableExperimentalFeatures ( ) : void
리턴 void

EnableComments() 공개 메소드

public EnableComments ( ) : void
리턴 void

EnableExperimentalFeatures() 공개 메소드

public EnableExperimentalFeatures ( ) : void
리턴 void