Esempio n. 1
0
 public void GivenAnonymousRequestAllowedLocalhostValueForIpAddressAndValidBrand()
 {
     Set(SecurityContextFields.IpAddress, SecurityStepsHelper.GetLocalhostIpAddress());
     Set(SecurityContextFields.BrandName, SecurityStepsHelper.ValidBrandName);
 }