...

Package internalfakes

import "sigs.k8s.io/release-utils/env/internal/internalfakes"
Overview
Index

Overview ▾

Code generated by counterfeiter. DO NOT EDIT.

type FakeImpl

type FakeImpl struct {
    LookupEnvStub func(string) (string, bool)
    // contains filtered or unexported fields
}

func (*FakeImpl) Invocations

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

func (*FakeImpl) LookupEnv

func (fake *FakeImpl) LookupEnv(arg1 string) (string, bool)

func (*FakeImpl) LookupEnvArgsForCall

func (fake *FakeImpl) LookupEnvArgsForCall(i int) string

func (*FakeImpl) LookupEnvCallCount

func (fake *FakeImpl) LookupEnvCallCount() int

func (*FakeImpl) LookupEnvCalls

func (fake *FakeImpl) LookupEnvCalls(stub func(string) (string, bool))

func (*FakeImpl) LookupEnvReturns

func (fake *FakeImpl) LookupEnvReturns(result1 string, result2 bool)

func (*FakeImpl) LookupEnvReturnsOnCall

func (fake *FakeImpl) LookupEnvReturnsOnCall(i int, result1 string, result2 bool)