net.thucydides.core.webdriver.stubs
Class CookieStub

Package class diagram package CookieStub
java.lang.Object
  extended by org.openqa.selenium.Cookie
      extended by net.thucydides.core.webdriver.stubs.CookieStub

public class CookieStub
extends org.openqa.selenium.Cookie


Nested Class Summary
 
Nested classes/interfaces inherited from class org.openqa.selenium.Cookie
org.openqa.selenium.Cookie.Builder
 
Constructor Summary
CookieStub(String name, String value)
           
 
Method Summary
 
Methods inherited from class org.openqa.selenium.Cookie
equals, getDomain, getExpiry, getName, getPath, getValue, hashCode, isSecure, toString, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CookieStub

public CookieStub(String name,
                  String value)


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.