MCPcopy Index your code
hub / github.com/cloudfoundry/cli / LocaleReturns

Method LocaleReturns

util/ui/uifakes/fake_config.go:192–199  ·  view source on GitHub ↗
(result1 string)

Source from the content-addressed store, hash-verified

190}
191
192func (fake *FakeConfig) LocaleReturns(result1 string) {
193 fake.localeMutex.Lock()
194 defer fake.localeMutex.Unlock()
195 fake.LocaleStub = nil
196 fake.localeReturns = struct {
197 result1 string
198 }{result1}
199}
200
201func (fake *FakeConfig) LocaleReturnsOnCall(i int, result1 string) {
202 fake.localeMutex.Lock()

Callers 6

ui_for_app_test.goFile · 0.45
ui_v7_test.goFile · 0.45
i18n_test.goFile · 0.45
ui_test.goFile · 0.45
prompt_test.goFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected