type FakeImpl struct { LookupEnvStub func(string) (string, bool) // contains filtered or unexported fields }
func (fake *FakeImpl) Invocations() map[string][][]interface{}
func (fake *FakeImpl) LookupEnv(arg1 string) (string, bool)
func (fake *FakeImpl) LookupEnvArgsForCall(i int) string
func (fake *FakeImpl) LookupEnvCallCount() int
func (fake *FakeImpl) LookupEnvCalls(stub func(string) (string, bool))
func (fake *FakeImpl) LookupEnvReturns(result1 string, result2 bool)
func (fake *FakeImpl) LookupEnvReturnsOnCall(i int, result1 string, result2 bool)