C# Class PRTools.Specs.DomainSpecs.given_a_document_service_context

Inheritance: Common.BddExtensions.SpecificationBase
Mostra file Open project: AcklenAvenue/PRTools

Protected Properties

Property Type Description
DocumentService IDocumentService
MockAuthorizationService IAuthorizationService
MockCustomerRepository ICustomerRepository
MockDocumentRepository IDocumentRepository

Protected Methods

Method Description
Context ( ) : void

Method Details

Context() protected method

protected Context ( ) : void
return void

Property Details

DocumentService protected_oe property

protected IDocumentService DocumentService
return IDocumentService

MockAuthorizationService protected_oe property

protected IAuthorizationService MockAuthorizationService
return IAuthorizationService

MockCustomerRepository protected_oe property

protected ICustomerRepository MockCustomerRepository
return ICustomerRepository

MockDocumentRepository protected_oe property

protected IDocumentRepository MockDocumentRepository
return IDocumentRepository