MCPcopy
hub / github.com/cloudfoundry/cli / uninstallTestPlugin

Function uninstallTestPlugin

integration/shared/plugin/plugin_suite_test.go:80–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80func uninstallTestPlugin() {
81 session := helpers.CF("uninstall-plugin", "CF-CLI-Integration-Test-Plugin")
82 Eventually(session).Should(Exit(0))
83}
84
85func createTargetedOrgAndSpace() (string, string) {
86 org := helpers.NewOrgName()

Callers 4

help_test.goFile · 0.85
api_test.goFile · 0.85
runner_test.goFile · 0.85
logs_test.goFile · 0.85

Calls 1

CFFunction · 0.92

Tested by

no test coverage detected