migrationfakes

package
v0.0.0-...-8fcca98 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2016 License: Apache-2.0 Imports: 5 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 FakeMigration

type FakeMigration struct {
	VersionStub func() int64

	UpStub func(logger lager.Logger) error

	DownStub func(logger lager.Logger) error

	SetStoreClientStub func(storeClient etcd.StoreClient)

	SetCryptorStub func(cryptor encryption.Cryptor)
	// contains filtered or unexported fields
}

func (*FakeMigration) Down

func (fake *FakeMigration) Down(logger lager.Logger) error

func (*FakeMigration) DownArgsForCall

func (fake *FakeMigration) DownArgsForCall(i int) lager.Logger

func (*FakeMigration) DownCallCount

func (fake *FakeMigration) DownCallCount() int

func (*FakeMigration) DownReturns

func (fake *FakeMigration) DownReturns(result1 error)

func (*FakeMigration) SetCryptor

func (fake *FakeMigration) SetCryptor(cryptor encryption.Cryptor)

func (*FakeMigration) SetCryptorArgsForCall

func (fake *FakeMigration) SetCryptorArgsForCall(i int) encryption.Cryptor

func (*FakeMigration) SetCryptorCallCount

func (fake *FakeMigration) SetCryptorCallCount() int

func (*FakeMigration) SetStoreClient

func (fake *FakeMigration) SetStoreClient(storeClient etcd.StoreClient)

func (*FakeMigration) SetStoreClientArgsForCall

func (fake *FakeMigration) SetStoreClientArgsForCall(i int) etcd.StoreClient

func (*FakeMigration) SetStoreClientCallCount

func (fake *FakeMigration) SetStoreClientCallCount() int

func (*FakeMigration) Up

func (fake *FakeMigration) Up(logger lager.Logger) error

func (*FakeMigration) UpArgsForCall

func (fake *FakeMigration) UpArgsForCall(i int) lager.Logger

func (*FakeMigration) UpCallCount

func (fake *FakeMigration) UpCallCount() int

func (*FakeMigration) UpReturns

func (fake *FakeMigration) UpReturns(result1 error)

func (*FakeMigration) Version

func (fake *FakeMigration) Version() int64

func (*FakeMigration) VersionCallCount

func (fake *FakeMigration) VersionCallCount() int

func (*FakeMigration) VersionReturns

func (fake *FakeMigration) VersionReturns(result1 int64)

Jump to

Keyboard shortcuts

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