コード例 #1
0
 public ReportingContextTest()
 {
     this.testee = new ReportingContext();
 }
コード例 #2
0
 public ReportingContextTest()
 {
     this.testee = new ReportingContext();
 }
コード例 #3
0
 private ReportingContextBuilder()
 {
     this.reportingContext = new ReportingContext();
 }