mock_libraries

package
v0.0.0-...-af3ad01 Latest Latest
Warning

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

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

Documentation

Overview

Package mock_libraries is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSoundLibrary

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

MockSoundLibrary is a mock of SoundLibrary interface.

func NewMockSoundLibrary

func NewMockSoundLibrary(ctrl *gomock.Controller) *MockSoundLibrary

NewMockSoundLibrary creates a new mock instance.

func (*MockSoundLibrary) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSoundLibrary) GetRandomFile

func (m *MockSoundLibrary) GetRandomFile(from []string) (string, error)

GetRandomFile mocks base method.

func (*MockSoundLibrary) ListFiles

func (m *MockSoundLibrary) ListFiles(library string) ([]string, error)

ListFiles mocks base method.

func (*MockSoundLibrary) ListLibraries

func (m *MockSoundLibrary) ListLibraries() ([]string, error)

ListLibraries mocks base method.

type MockSoundLibraryMockRecorder

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

MockSoundLibraryMockRecorder is the mock recorder for MockSoundLibrary.

func (*MockSoundLibraryMockRecorder) GetRandomFile

func (mr *MockSoundLibraryMockRecorder) GetRandomFile(from interface{}) *gomock.Call

GetRandomFile indicates an expected call of GetRandomFile.

func (*MockSoundLibraryMockRecorder) ListFiles

func (mr *MockSoundLibraryMockRecorder) ListFiles(library interface{}) *gomock.Call

ListFiles indicates an expected call of ListFiles.

func (*MockSoundLibraryMockRecorder) ListLibraries

func (mr *MockSoundLibraryMockRecorder) ListLibraries() *gomock.Call

ListLibraries indicates an expected call of ListLibraries.

Jump to

Keyboard shortcuts

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