Documentation ¶
Overview ¶
Package optiontest contains utilities for testing method options.
Index ¶
- func RandomCreateDirectory() option.CreateDirectory
- func RandomCreateFile() option.CreateFile
- func RandomDelete() option.Delete
- func RandomExists() option.Exists
- func RandomFree() option.Free
- func RandomGetStatus() option.GetStatus
- func RandomListStatus() option.ListStatus
- func RandomMount() option.Mount
- func RandomOpenFile() option.OpenFile
- func RandomRename() option.Rename
- func RandomSetAttribute() option.SetAttribute
- func RandomUnmount() option.Unmount
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandomCreateDirectory ¶
func RandomCreateDirectory() option.CreateDirectory
RandomCreateDirectory creates a random instance of option.CreateDirectory.
func RandomCreateFile ¶
func RandomCreateFile() option.CreateFile
RandomCreateFile creates a random instance of option.CreateFile.
func RandomDelete ¶
RandomDelete creates a random instance of option.Delete.
func RandomExists ¶
RandomExists creates a random instance of option.Exists.
func RandomFree ¶
RandomFree creates a random instance of option.Free.
func RandomGetStatus ¶
RandomGetStatus creates a random instance of option.GetStatus.
func RandomListStatus ¶
func RandomListStatus() option.ListStatus
RandomListStatus creates a random instance of option.ListStatus.
func RandomMount ¶
RandomMount creates a random instance of option.Mount.
func RandomOpenFile ¶
RandomOpenFile creates a random instance of option.OpenFile.
func RandomRename ¶
RandomRename creates a random instance of option.Rename.
func RandomSetAttribute ¶
func RandomSetAttribute() option.SetAttribute
RandomSetAttribute creates a random instance of option.SetAttribute.
func RandomUnmount ¶
RandomUnmount creates a random instance of option.Unmount.
Types ¶
This section is empty.