Documentation ¶ Index ¶ func CheckTextInFile(t *testing.T, fileName string, matchText string) error type Workspace func SetupWorkspace(t *testing.T) *Workspace func (w *Workspace) RandomFile(t *testing.T) string func (w *Workspace) RemoveWorkspace() func (w *Workspace) WriteScript(t *testing.T, script string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CheckTextInFile ¶ func CheckTextInFile(t *testing.T, fileName string, matchText string) error Types ¶ type Workspace ¶ type Workspace struct { Id string Dir string CacheDir string } func SetupWorkspace ¶ func SetupWorkspace(t *testing.T) *Workspace func (*Workspace) RandomFile ¶ func (w *Workspace) RandomFile(t *testing.T) string func (*Workspace) RemoveWorkspace ¶ func (w *Workspace) RemoveWorkspace() func (*Workspace) WriteScript ¶ func (w *Workspace) WriteScript(t *testing.T, script string) string Source Files ¶ View all Source files utils.go Click to show internal directories. Click to hide internal directories.