mockfs

package
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: May 28, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeFile

type FakeFile struct {
	bytes.Buffer
	Name string
}

func AddTextFile

func AddTextFile(mockfs *MockFileSystem, name, content string) *FakeFile

func (*FakeFile) Close

func (self *FakeFile) Close() error

type MockFileSystem

type MockFileSystem struct {
	// contains filtered or unexported fields
}

Mock of FileSystem interface

func NewMockFileSystem

func NewMockFileSystem(ctrl *gomock.Controller) *MockFileSystem

func (*MockFileSystem) EXPECT

func (_m *MockFileSystem) EXPECT() *_MockFileSystemRecorder

func (*MockFileSystem) Open

func (_m *MockFileSystem) Open(_param0 string) (fs.File, error)

Jump to

Keyboard shortcuts

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