fakes

package
v0.0.0-...-b61aaf9 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2016 License: Apache-2.0, BSD-2-Clause-Views, BSD-3-Clause, + 1 more Imports: 3 Imported by: 0

Documentation

Overview

This file was generated by counterfeiter

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeRegistryInterface

type FakeRegistryInterface struct {
	RegisterStub func(uri route.Uri, endpoint *route.Endpoint)

	UnregisterStub func(uri route.Uri, endpoint *route.Endpoint)

	LookupStub func(uri route.Uri) *route.Pool

	StartPruningCycleStub func()

	StopPruningCycleStub func()

	NumUrisStub func() int

	NumEndpointsStub func() int

	MarshalJSONStub func() ([]byte, error)
	// contains filtered or unexported fields
}

func (*FakeRegistryInterface) Lookup

func (fake *FakeRegistryInterface) Lookup(uri route.Uri) *route.Pool

func (*FakeRegistryInterface) LookupArgsForCall

func (fake *FakeRegistryInterface) LookupArgsForCall(i int) route.Uri

func (*FakeRegistryInterface) LookupCallCount

func (fake *FakeRegistryInterface) LookupCallCount() int

func (*FakeRegistryInterface) LookupReturns

func (fake *FakeRegistryInterface) LookupReturns(result1 *route.Pool)

func (*FakeRegistryInterface) MarshalJSON

func (fake *FakeRegistryInterface) MarshalJSON() ([]byte, error)

func (*FakeRegistryInterface) MarshalJSONCallCount

func (fake *FakeRegistryInterface) MarshalJSONCallCount() int

func (*FakeRegistryInterface) MarshalJSONReturns

func (fake *FakeRegistryInterface) MarshalJSONReturns(result1 []byte, result2 error)

func (*FakeRegistryInterface) NumEndpoints

func (fake *FakeRegistryInterface) NumEndpoints() int

func (*FakeRegistryInterface) NumEndpointsCallCount

func (fake *FakeRegistryInterface) NumEndpointsCallCount() int

func (*FakeRegistryInterface) NumEndpointsReturns

func (fake *FakeRegistryInterface) NumEndpointsReturns(result1 int)

func (*FakeRegistryInterface) NumUris

func (fake *FakeRegistryInterface) NumUris() int

func (*FakeRegistryInterface) NumUrisCallCount

func (fake *FakeRegistryInterface) NumUrisCallCount() int

func (*FakeRegistryInterface) NumUrisReturns

func (fake *FakeRegistryInterface) NumUrisReturns(result1 int)

func (*FakeRegistryInterface) Register

func (fake *FakeRegistryInterface) Register(uri route.Uri, endpoint *route.Endpoint)

func (*FakeRegistryInterface) RegisterArgsForCall

func (fake *FakeRegistryInterface) RegisterArgsForCall(i int) (route.Uri, *route.Endpoint)

func (*FakeRegistryInterface) RegisterCallCount

func (fake *FakeRegistryInterface) RegisterCallCount() int

func (*FakeRegistryInterface) StartPruningCycle

func (fake *FakeRegistryInterface) StartPruningCycle()

func (*FakeRegistryInterface) StartPruningCycleCallCount

func (fake *FakeRegistryInterface) StartPruningCycleCallCount() int

func (*FakeRegistryInterface) StopPruningCycle

func (fake *FakeRegistryInterface) StopPruningCycle()

func (*FakeRegistryInterface) StopPruningCycleCallCount

func (fake *FakeRegistryInterface) StopPruningCycleCallCount() int

func (*FakeRegistryInterface) Unregister

func (fake *FakeRegistryInterface) Unregister(uri route.Uri, endpoint *route.Endpoint)

func (*FakeRegistryInterface) UnregisterArgsForCall

func (fake *FakeRegistryInterface) UnregisterArgsForCall(i int) (route.Uri, *route.Endpoint)

func (*FakeRegistryInterface) UnregisterCallCount

func (fake *FakeRegistryInterface) UnregisterCallCount() int

Jump to

Keyboard shortcuts

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