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

Function Test_CompositeCommand

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

Source from the content-addressed store, hash-verified

41}
42
43func Test_CompositeCommand(t *testing.T) {
44 testContent := commonUtils.TestContent{}
45 testContent.CommandTypes = []schema.CommandType{schema.CompositeCommandType}
46 testContent.EditContent = false
47 testContent.FileName = commonUtils.GetDevFileName()
48 apiUtils.RunTest(testContent, t)
49}
50
51func Test_MultiCommand(t *testing.T) {
52 testContent := commonUtils.TestContent{}

Callers

nothing calls this directly

Calls 1

RunTestMethod · 0.80

Tested by

no test coverage detected