fakes

package
v1.1.5 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2017 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

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 FakeBoshClient

type FakeBoshClient struct {
	FindInstancesStub func(deploymentName string) ([]orchestrator.Instance, error)

	GetManifestStub func(deploymentName string) (string, error)
	// contains filtered or unexported fields
}

func (*FakeBoshClient) FindInstances

func (fake *FakeBoshClient) FindInstances(deploymentName string) ([]orchestrator.Instance, error)

func (*FakeBoshClient) FindInstancesArgsForCall

func (fake *FakeBoshClient) FindInstancesArgsForCall(i int) string

func (*FakeBoshClient) FindInstancesCallCount

func (fake *FakeBoshClient) FindInstancesCallCount() int

func (*FakeBoshClient) FindInstancesReturns

func (fake *FakeBoshClient) FindInstancesReturns(result1 []orchestrator.Instance, result2 error)

func (*FakeBoshClient) FindInstancesReturnsOnCall

func (fake *FakeBoshClient) FindInstancesReturnsOnCall(i int, result1 []orchestrator.Instance, result2 error)

func (*FakeBoshClient) GetManifest

func (fake *FakeBoshClient) GetManifest(deploymentName string) (string, error)

func (*FakeBoshClient) GetManifestArgsForCall

func (fake *FakeBoshClient) GetManifestArgsForCall(i int) string

func (*FakeBoshClient) GetManifestCallCount

func (fake *FakeBoshClient) GetManifestCallCount() int

func (*FakeBoshClient) GetManifestReturns

func (fake *FakeBoshClient) GetManifestReturns(result1 string, result2 error)

func (*FakeBoshClient) GetManifestReturnsOnCall

func (fake *FakeBoshClient) GetManifestReturnsOnCall(i int, result1 string, result2 error)

func (*FakeBoshClient) Invocations

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

type FakeLogger

type FakeLogger struct {
	DebugStub func(tag, msg string, args ...interface{})

	InfoStub func(tag, msg string, args ...interface{})

	WarnStub func(tag, msg string, args ...interface{})

	ErrorStub func(tag, msg string, args ...interface{})
	// contains filtered or unexported fields
}

func (*FakeLogger) Debug

func (fake *FakeLogger) Debug(tag string, msg string, args ...interface{})

func (*FakeLogger) DebugArgsForCall

func (fake *FakeLogger) DebugArgsForCall(i int) (string, string, []interface{})

func (*FakeLogger) DebugCallCount

func (fake *FakeLogger) DebugCallCount() int

func (*FakeLogger) Error

func (fake *FakeLogger) Error(tag string, msg string, args ...interface{})

func (*FakeLogger) ErrorArgsForCall

func (fake *FakeLogger) ErrorArgsForCall(i int) (string, string, []interface{})

func (*FakeLogger) ErrorCallCount

func (fake *FakeLogger) ErrorCallCount() int

func (*FakeLogger) Info

func (fake *FakeLogger) Info(tag string, msg string, args ...interface{})

func (*FakeLogger) InfoArgsForCall

func (fake *FakeLogger) InfoArgsForCall(i int) (string, string, []interface{})

func (*FakeLogger) InfoCallCount

func (fake *FakeLogger) InfoCallCount() int

func (*FakeLogger) Invocations

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

func (*FakeLogger) Warn

func (fake *FakeLogger) Warn(tag string, msg string, args ...interface{})

func (*FakeLogger) WarnArgsForCall

func (fake *FakeLogger) WarnArgsForCall(i int) (string, string, []interface{})

func (*FakeLogger) WarnCallCount

func (fake *FakeLogger) WarnCallCount() int

Jump to

Keyboard shortcuts

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