Documentation ¶ Index ¶ type Browser func New(launcher string, stdout, stderr io.Writer) Browser type Stub func (b *Stub) Browse(url string) error func (b *Stub) BrowsedURL() string func (b *Stub) Verify(t _testing, url string) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Browser ¶ type Browser interface { Browse(string) error } func New ¶ func New(launcher string, stdout, stderr io.Writer) Browser type Stub ¶ type Stub struct { // contains filtered or unexported fields } func (*Stub) Browse ¶ func (b *Stub) Browse(url string) error func (*Stub) BrowsedURL ¶ func (b *Stub) BrowsedURL() string func (*Stub) Verify ¶ func (b *Stub) Verify(t _testing, url string) Source Files ¶ View all Source files browser.gostub.go Click to show internal directories. Click to hide internal directories.