Пример #1
0
 public void Setup()
 {
     _cookieService = new FakeCookieService();
     _consentUnderTest = new Consent();
     _consentUnderTest.SetCookieService(_cookieService);
 }
Пример #2
0
 public void Setup()
 {
     _cookieService    = new FakeCookieService();
     _consentUnderTest = new Consent();
     _consentUnderTest.SetCookieService(_cookieService);
 }