Ejemplo n.º 1
0
 public ReportingContextTest()
 {
     this.testee = new ReportingContext();
 }
Ejemplo n.º 2
0
 public ReportingContextTest()
 {
     this.testee = new ReportingContext();
 }
 private ReportingContextBuilder()
 {
     this.reportingContext = new ReportingContext();
 }