C# Class PRTools.Specs.DomainSpecs.given_a_document_saver_context

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

protected IAuthorizationService AuthorizationService
return IAuthorizationService

DocumentRepository protected_oe property

protected IDocumentRepository DocumentRepository
return IDocumentRepository

DocumentSaver protected_oe property

protected IDocumentSaver DocumentSaver
return IDocumentSaver

MappingEngine protected_oe property

protected IMappingEngine MappingEngine
return IMappingEngine

Validator protected_oe property

protected AbstractValidator Validator
return AbstractValidator