C# Class Appccelerate.Bootstrapper.Specification.when_the_bootstrapping_process_is_reported.StringReporter

Inheritance: IReporter
Show file Open project: appccelerate/appccelerate

Public Methods

Method Description
Report ( IReportingContext context ) : void
ToString ( ) : string

Private Methods

Method Description
Dump ( IReportingContext context ) : string
Dump ( IEnumerable executableContexts, StringBuilder sb ) : void
Dump ( IExecutionContext executionContext, StringBuilder sb ) : void
Dump ( string name, string description, StringBuilder sb, int indent ) : void

Method Details

Report() public method

public Report ( IReportingContext context ) : void
context IReportingContext
return void

ToString() public method

public ToString ( ) : string
return string