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