C# 클래스 GeoTriggers.Domain.Specs.given_a_profile_service_context

파일 보기 프로젝트 열기: AcklenAvenue/GeoTriggers

보호된 프로퍼티들

프로퍼티 타입 설명
ProfileRepository Mock
TriggerService ITriggerService

보호된 메소드들

메소드 설명
SetupProfileRepositoryToReturnProfile ( Profile profileFromRepository ) : void

메소드 상세

SetupProfileRepositoryToReturnProfile() 보호된 정적인 메소드

protected static SetupProfileRepositoryToReturnProfile ( Profile profileFromRepository ) : void
profileFromRepository GeoTriggers.Domain.Entities.Profile
리턴 void

프로퍼티 상세

ProfileRepository 보호되어 있는 정적으로 프로퍼티

protected static Mock ProfileRepository
리턴 Mock

TriggerService 보호되어 있는 정적으로 프로퍼티

protected static ITriggerService TriggerService
리턴 ITriggerService