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

Function NewUIExpector

testutil/expector.go:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41type UIExpector struct{ BaseExpector }
42
43func NewUIExpector() Expector {
44 return &UIExpector{}
45}
46
47func (ex *UIExpector) ExpectSuccess(status int, output []string) {
48 ex.ExpectSuccessWithOutput(status, output, []string{})

Calls

no outgoing calls

Tested by

no test coverage detected