C# Class PRTools.Specs.DomainSpecs.given_a_document_service_context

Inheritance: Common.BddExtensions.SpecificationBase
Show 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 property

protected IDocumentService DocumentService
return IDocumentService

MockAuthorizationService protected property

protected IAuthorizationService MockAuthorizationService
return IAuthorizationService

MockCustomerRepository protected property

protected ICustomerRepository MockCustomerRepository
return ICustomerRepository

MockDocumentRepository protected property

protected IDocumentRepository MockDocumentRepository
return IDocumentRepository