public void SetUp()
 {
     this.config = new HoptoadConfiguration() {
         ApiKey = "123456",
         EnvironmentName = "test"
     };
     this.builder = new HoptoadNoticeBuilder(this.config);
 }
Beispiel #2
0
 public HoptoadClient()
 {
     this.builder = new HoptoadNoticeBuilder();
 }