C# Class GeoTriggers.Domain.Specs.given_a_profile_service_context

Show file Open project: AcklenAvenue/GeoTriggers

Protected Properties

Property Type Description
ProfileRepository Mock
TriggerService ITriggerService

Protected Methods

Method Description
SetupProfileRepositoryToReturnProfile ( Profile profileFromRepository ) : void

Method Details

SetupProfileRepositoryToReturnProfile() protected static method

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

Property Details

ProfileRepository protected static property

protected static Mock ProfileRepository
return Mock

TriggerService protected static property

protected static ITriggerService TriggerService
return ITriggerService