Documentation
¶
Overview ¶
SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and Gardener contributors
SPDX-License-Identifier: Apache-2.0 Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeOs
- func (fake *FakeOs) Invocations() map[string][][]interface{}
- func (fake *FakeOs) IsDir(arg1 string) (bool, error)
- func (fake *FakeOs) IsDirArgsForCall(i int) string
- func (fake *FakeOs) IsDirCallCount() int
- func (fake *FakeOs) IsDirCalls(stub func(string) (bool, error))
- func (fake *FakeOs) IsDirReturns(result1 bool, result2 error)
- func (fake *FakeOs) IsDirReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeOs) IsNotExist(arg1 error) bool
- func (fake *FakeOs) IsNotExistArgsForCall(i int) error
- func (fake *FakeOs) IsNotExistCallCount() int
- func (fake *FakeOs) IsNotExistCalls(stub func(error) bool)
- func (fake *FakeOs) IsNotExistReturns(result1 bool)
- func (fake *FakeOs) IsNotExistReturnsOnCall(i int, result1 bool)
- func (fake *FakeOs) ReadFile(arg1 string) ([]byte, error)
- func (fake *FakeOs) ReadFileArgsForCall(i int) string
- func (fake *FakeOs) ReadFileCallCount() int
- func (fake *FakeOs) ReadFileCalls(stub func(string) ([]byte, error))
- func (fake *FakeOs) ReadFileReturns(result1 []byte, result2 error)
- func (fake *FakeOs) ReadFileReturnsOnCall(i int, result1 []byte, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeOs ¶
type FakeOs struct { IsDirStub func(string) (bool, error) IsNotExistStub func(error) bool ReadFileStub func(string) ([]byte, error) // contains filtered or unexported fields }
func (*FakeOs) Invocations ¶
func (*FakeOs) IsDirArgsForCall ¶ added in v0.45.0
func (*FakeOs) IsDirCallCount ¶ added in v0.45.0
func (*FakeOs) IsDirCalls ¶ added in v0.45.0
func (*FakeOs) IsDirReturns ¶ added in v0.45.0
func (*FakeOs) IsDirReturnsOnCall ¶ added in v0.45.0
func (*FakeOs) IsNotExist ¶
func (*FakeOs) IsNotExistArgsForCall ¶
func (*FakeOs) IsNotExistCallCount ¶
func (*FakeOs) IsNotExistCalls ¶
func (*FakeOs) IsNotExistReturns ¶
func (*FakeOs) IsNotExistReturnsOnCall ¶
func (*FakeOs) ReadFileArgsForCall ¶
func (*FakeOs) ReadFileCallCount ¶
func (*FakeOs) ReadFileReturns ¶
Click to show internal directories.
Click to hide internal directories.