C# Class PRTools.Specs.DomainSpecs.given_a_document_saver_context

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

Protected Properties

Property Type Description
AuthorizationService IAuthorizationService
DocumentRepository IDocumentRepository
DocumentSaver IDocumentSaver
MappingEngine IMappingEngine
Validator AbstractValidator

Protected Methods

Method Description
Context ( ) : void

Method Details

Context() protected method

protected Context ( ) : void
return void

Property Details

AuthorizationService protected property

protected IAuthorizationService AuthorizationService
return IAuthorizationService

DocumentRepository protected property

protected IDocumentRepository DocumentRepository
return IDocumentRepository

DocumentSaver protected property

protected IDocumentSaver DocumentSaver
return IDocumentSaver

MappingEngine protected property

protected IMappingEngine MappingEngine
return IMappingEngine

Validator protected property

protected AbstractValidator Validator
return AbstractValidator