public void Setup()
 {
     _options = new FluentCspSandboxDirective();
 }
 public void Setup()
 {
     _options = new FluentCspSandboxDirective();
 }
예제 #3
0
 public FluentCspSandboxDirectiveTests()
 {
     _options = new FluentCspSandboxDirective();
 }