MCPcopy Index your code
hub / github.com/cloudfoundry/multiapps-cli-plugin / ExpectSuccessWithOutput

Function ExpectSuccessWithOutput

testutil/expector.go:100–102  ·  view source on GitHub ↗
(status int, output, expectedOutput []string)

Source from the content-addressed store, hash-verified

98}
99
100func ExpectSuccessWithOutput(status int, output, expectedOutput []string) {
101 defaultExpector.ExpectSuccessWithOutput(status, output, expectedOutput)
102}
103
104func ExpectSuccessAndResult(status int, output []string, result, expectedResult interface{}) {
105 defaultExpector.ExpectSuccessAndResult(status, output, result, expectedResult)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected