environmentvariablegroupsfakes

package
v6.24.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2017 License: Apache-2.0 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 FakeRepository

type FakeRepository struct {
	ListRunningStub func() (variables []models.EnvironmentVariable, apiErr error)

	ListStagingStub func() (variables []models.EnvironmentVariable, apiErr error)

	SetStagingStub func(string) error

	SetRunningStub func(string) error
	// contains filtered or unexported fields
}

func (*FakeRepository) Invocations

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

func (*FakeRepository) ListRunning

func (fake *FakeRepository) ListRunning() (variables []models.EnvironmentVariable, apiErr error)

func (*FakeRepository) ListRunningCallCount

func (fake *FakeRepository) ListRunningCallCount() int

func (*FakeRepository) ListRunningReturns

func (fake *FakeRepository) ListRunningReturns(result1 []models.EnvironmentVariable, result2 error)

func (*FakeRepository) ListStaging

func (fake *FakeRepository) ListStaging() (variables []models.EnvironmentVariable, apiErr error)

func (*FakeRepository) ListStagingCallCount

func (fake *FakeRepository) ListStagingCallCount() int

func (*FakeRepository) ListStagingReturns

func (fake *FakeRepository) ListStagingReturns(result1 []models.EnvironmentVariable, result2 error)

func (*FakeRepository) SetRunning

func (fake *FakeRepository) SetRunning(arg1 string) error

func (*FakeRepository) SetRunningArgsForCall

func (fake *FakeRepository) SetRunningArgsForCall(i int) string

func (*FakeRepository) SetRunningCallCount

func (fake *FakeRepository) SetRunningCallCount() int

func (*FakeRepository) SetRunningReturns

func (fake *FakeRepository) SetRunningReturns(result1 error)

func (*FakeRepository) SetStaging

func (fake *FakeRepository) SetStaging(arg1 string) error

func (*FakeRepository) SetStagingArgsForCall

func (fake *FakeRepository) SetStagingArgsForCall(i int) string

func (*FakeRepository) SetStagingCallCount

func (fake *FakeRepository) SetStagingCallCount() int

func (*FakeRepository) SetStagingReturns

func (fake *FakeRepository) SetStagingReturns(result1 error)

Jump to

Keyboard shortcuts

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