cachingfakes

package
v0.0.0-...-232336a Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2018 License: MIT 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 FakeCaching

type FakeCaching struct {
	OpenStub func() error

	CloseStub func() error

	GetAllAppsStub func() (map[string]*caching.App, error)

	GetAppStub func(string) (*caching.App, error)
	// contains filtered or unexported fields
}

func (*FakeCaching) Close

func (fake *FakeCaching) Close() error

func (*FakeCaching) CloseCallCount

func (fake *FakeCaching) CloseCallCount() int

func (*FakeCaching) CloseReturns

func (fake *FakeCaching) CloseReturns(result1 error)

func (*FakeCaching) CloseReturnsOnCall

func (fake *FakeCaching) CloseReturnsOnCall(i int, result1 error)

func (*FakeCaching) GetAllApps

func (fake *FakeCaching) GetAllApps() (map[string]*caching.App, error)

func (*FakeCaching) GetAllAppsCallCount

func (fake *FakeCaching) GetAllAppsCallCount() int

func (*FakeCaching) GetAllAppsReturns

func (fake *FakeCaching) GetAllAppsReturns(result1 map[string]*caching.App, result2 error)

func (*FakeCaching) GetAllAppsReturnsOnCall

func (fake *FakeCaching) GetAllAppsReturnsOnCall(i int, result1 map[string]*caching.App, result2 error)

func (*FakeCaching) GetApp

func (fake *FakeCaching) GetApp(arg1 string) (*caching.App, error)

func (*FakeCaching) GetAppArgsForCall

func (fake *FakeCaching) GetAppArgsForCall(i int) string

func (*FakeCaching) GetAppCallCount

func (fake *FakeCaching) GetAppCallCount() int

func (*FakeCaching) GetAppReturns

func (fake *FakeCaching) GetAppReturns(result1 *caching.App, result2 error)

func (*FakeCaching) GetAppReturnsOnCall

func (fake *FakeCaching) GetAppReturnsOnCall(i int, result1 *caching.App, result2 error)

func (*FakeCaching) Invocations

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

func (*FakeCaching) Open

func (fake *FakeCaching) Open() error

func (*FakeCaching) OpenCallCount

func (fake *FakeCaching) OpenCallCount() int

func (*FakeCaching) OpenReturns

func (fake *FakeCaching) OpenReturns(result1 error)

func (*FakeCaching) OpenReturnsOnCall

func (fake *FakeCaching) OpenReturnsOnCall(i int, result1 error)

Jump to

Keyboard shortcuts

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