C# Class GeoTriggers.Domain.Specs.given_a_profile_service_context

Afficher le fichier Open project: AcklenAvenue/GeoTriggers

Protected Properties

Свойство Type Description
ProfileRepository Mock
TriggerService ITriggerService

Méthodes protégées

Méthode Description
SetupProfileRepositoryToReturnProfile ( Profile profileFromRepository ) : void

Method Details

SetupProfileRepositoryToReturnProfile() protected static méthode

protected static SetupProfileRepositoryToReturnProfile ( Profile profileFromRepository ) : void
profileFromRepository GeoTriggers.Domain.Entities.Profile
Résultat void

Property Details

ProfileRepository protected_oe static_oe property

protected static Mock ProfileRepository
Résultat Mock

TriggerService protected_oe static_oe property

protected static ITriggerService TriggerService
Résultat ITriggerService