Documentation ¶
Overview ¶
Package fixtures contains fixtures useful for Kiosk mode tests.
Package fixtures contains fixtures useful for Kiosk mode tests.
Index ¶
Constants ¶
View Source
const PolicyFileDump = "policies.json"
PolicyFileDump is the filename where the state of policies is dumped after the test ends.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FixtData ¶
type FixtData struct {
// contains filtered or unexported fields
}
FixtData is fixture return data.
type KioskFixtData ¶
type KioskFixtData struct {
// contains filtered or unexported fields
}
KioskFixtData is returned by the fixture.
func (KioskFixtData) Chrome ¶
func (f KioskFixtData) Chrome() *chrome.Chrome
Chrome implements the HasChrome interface.
func (KioskFixtData) FakeDMS ¶
func (f KioskFixtData) FakeDMS() *fakedms.FakeDMS
FakeDMS implements the HasFakeDMS interface.
Click to show internal directories.
Click to hide internal directories.