The reporting context contains all necessary information about the bootstrapping process.
Inheritance: IReportingContext
 private ReportingContextBuilder()
 {
     this.reportingContext = new ReportingContext();
 }
Beispiel #2
0
 public ReportingContextTest()
 {
     this.testee = new ReportingContext();
 }
 public ReportingContextTest()
 {
     this.testee = new ReportingContext();
 }