nodefakes

package
v0.0.0-...-73b97df Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeOsHelper

type FakeOsHelper struct {
	UmaskStub func(mask int) (oldmask int)

	MountStub func(srcPath string, targetPath string) error

	IsMountedStub func(targetPath string) (bool, error)

	UnmountStub func(targetPath string) error
	// contains filtered or unexported fields
}

func (*FakeOsHelper) Invocations

func (fake *FakeOsHelper) Invocations() map[string][][]interface{}

func (*FakeOsHelper) IsMounted

func (fake *FakeOsHelper) IsMounted(targetPath string) (bool, error)

func (*FakeOsHelper) IsMountedArgsForCall

func (fake *FakeOsHelper) IsMountedArgsForCall(i int) string

func (*FakeOsHelper) IsMountedCallCount

func (fake *FakeOsHelper) IsMountedCallCount() int

func (*FakeOsHelper) IsMountedReturns

func (fake *FakeOsHelper) IsMountedReturns(result1 bool, result2 error)

func (*FakeOsHelper) IsMountedReturnsOnCall

func (fake *FakeOsHelper) IsMountedReturnsOnCall(i int, result1 bool, result2 error)

func (*FakeOsHelper) Mount

func (fake *FakeOsHelper) Mount(srcPath string, targetPath string) error

func (*FakeOsHelper) MountArgsForCall

func (fake *FakeOsHelper) MountArgsForCall(i int) (string, string)

func (*FakeOsHelper) MountCallCount

func (fake *FakeOsHelper) MountCallCount() int

func (*FakeOsHelper) MountReturns

func (fake *FakeOsHelper) MountReturns(result1 error)

func (*FakeOsHelper) MountReturnsOnCall

func (fake *FakeOsHelper) MountReturnsOnCall(i int, result1 error)

func (*FakeOsHelper) Umask

func (fake *FakeOsHelper) Umask(mask int) (oldmask int)

func (*FakeOsHelper) UmaskArgsForCall

func (fake *FakeOsHelper) UmaskArgsForCall(i int) int

func (*FakeOsHelper) UmaskCallCount

func (fake *FakeOsHelper) UmaskCallCount() int

func (*FakeOsHelper) UmaskReturns

func (fake *FakeOsHelper) UmaskReturns(result1 int)

func (*FakeOsHelper) UmaskReturnsOnCall

func (fake *FakeOsHelper) UmaskReturnsOnCall(i int, result1 int)

func (*FakeOsHelper) Unmount

func (fake *FakeOsHelper) Unmount(targetPath string) error

func (*FakeOsHelper) UnmountArgsForCall

func (fake *FakeOsHelper) UnmountArgsForCall(i int) string

func (*FakeOsHelper) UnmountCallCount

func (fake *FakeOsHelper) UnmountCallCount() int

func (*FakeOsHelper) UnmountReturns

func (fake *FakeOsHelper) UnmountReturns(result1 error)

func (*FakeOsHelper) UnmountReturnsOnCall

func (fake *FakeOsHelper) UnmountReturnsOnCall(i int, result1 error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL