MCPcopy Create free account
hub / github.com/devfile/api / Test_MultiCommand

Function Test_MultiCommand

test/v200/apiTest/api_test.go:51–59  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

49}
50
51func Test_MultiCommand(t *testing.T) {
52 testContent := commonUtils.TestContent{}
53 testContent.CommandTypes = []schema.CommandType{schema.ExecCommandType,
54 schema.CompositeCommandType,
55 schema.ApplyCommandType}
56 testContent.EditContent = true
57 testContent.FileName = commonUtils.GetDevFileName()
58 apiUtils.RunTest(testContent, t)
59}
60
61func Test_ContainerComponent(t *testing.T) {
62 testContent := commonUtils.TestContent{}

Callers

nothing calls this directly

Calls 1

RunTestMethod · 0.80

Tested by

no test coverage detected