Exemplo n.º 1
0
 public void Setup()
 {
     _cookieService = new FakeCookieService();
     _consentUnderTest = new Consent();
     _consentUnderTest.SetCookieService(_cookieService);
 }
Exemplo n.º 2
0
 public void Setup()
 {
     _cookieService    = new FakeCookieService();
     _consentUnderTest = new Consent();
     _consentUnderTest.SetCookieService(_cookieService);
 }