C# 클래스 NUnitGoCore.Utils.NunitGoConfigurationHelper

파일 보기 프로젝트 열기: elv1s42/NUnitGo 1 사용 예제들

공개 메소드들

메소드 설명
Load ( string fullPath ) : NunitGoConfiguration
Save ( this configuration, string fullPath ) : void

메소드 상세

Load() 공개 정적인 메소드

public static Load ( string fullPath ) : NunitGoConfiguration
fullPath string
리턴 NUnitGoCore.NunitGoItems.NunitGoConfiguration

Save() 공개 정적인 메소드

public static Save ( this configuration, string fullPath ) : void
configuration this
fullPath string
리턴 void