Documentation ¶
Overview ¶
Package fixtures contains fixtures useful for policy tests.
Index ¶
Constants ¶
View Source
const ( Username = "tast-user@managedchrome.com" Password = "test0000" )
Credentials used for authenticating the test user.
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 returned by the fixtures and used in tests by using interfaces HasChrome to get chrome and HashFakeDMS to get fakeDMS.
func NewFixtData ¶
NewFixtData returns a FixtData pointer with the given chrome and fdms instances. Needed as wilco fixtures use it to create a return value.
Click to show internal directories.
Click to hide internal directories.