MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / CaptureOutputAndStatus

Method CaptureOutputAndStatus

testutil/exiter.go:12–12  ·  view source on GitHub ↗
(block func() int)

Source from the content-addressed store, hash-verified

10
11type OutputCapturer interface {
12 CaptureOutputAndStatus(block func() int) ([]string, int)
13 CaptureOutput(block func()) []string
14}
15

Implementers 2

StdoutOutputCapturertestutil/exiter.go
UIOutputCapturertestutil/exiter.go

Calls

no outgoing calls

Tested by

no test coverage detected