C# 클래스 Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.ConfigurationFileHelper

A class which is used to provide help methods for configuration files.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
MergeConfigurationFile ( TestTools site ) : void

Merge the common configuration and should/may configuration file.

메소드 상세

MergeConfigurationFile() 공개 정적인 메소드

Merge the common configuration and should/may configuration file.
public static MergeConfigurationFile ( TestTools site ) : void
site TestTools An instance of interface ITestSite which provides logging, assertions, /// and adapters for test code onto its execution context.
리턴 void