Example #1
0
 public BrowserDefaultsFixture()
 {
     // Given
     this.expected             = "application/json";
     this.captureRequestModule = new CaptureRequestModule();
 }
 public BrowserDefaultsFixture()
 {
     // Given
     this.expected = "application/json";
     this.captureRequestModule = new CaptureRequestModule();
 }