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

Function TestPlugin

plugin/plugin_suite_test.go:12–16  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

10)
11
12func TestPlugin(t *testing.T) {
13 RegisterFailHandler(Fail)
14 pluginbuilder.BuildTestBinary(filepath.Join("..", "fixtures", "plugins", "test_1"), "test_1")
15 RunSpecs(t, "Plugin Suite")
16}

Callers

nothing calls this directly

Calls 1

BuildTestBinaryFunction · 0.92

Tested by

no test coverage detected