C# 클래스 Cassette.CassetteApplicationContainer

상속: ICassetteApplicationContainer
파일 보기 프로젝트 열기: Zocdoc/cassette 1 사용 예제들

공개 메소드들

메소드 설명
SetApplicationAccessor ( Func getApplication ) : void

Sets the function used to access the current Cassette application object. Unit tests can use this method to assign a stub application for testing purposes.

비공개 메소드들

메소드 설명
TriggerShutdown ( ) : void

메소드 상세

SetApplicationAccessor() 공개 정적인 메소드

Sets the function used to access the current Cassette application object. Unit tests can use this method to assign a stub application for testing purposes.
public static SetApplicationAccessor ( Func getApplication ) : void
getApplication Func
리턴 void