C# Class GeoTriggers.Domain.Specs.given_a_profile_service_context

Mostrar archivo 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_oe static_oe property

protected static Mock ProfileRepository
return Mock

TriggerService protected_oe static_oe property

protected static ITriggerService TriggerService
return ITriggerService