Reset() static private method

For testing purposes
static private Reset ( ) : void
return void
Example #1
0
 public WebHooksConfigTests()
 {
     _config = new HttpConfiguration();
     WebHooksConfig.Reset();
 }