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

Function Test_ApplyCommand

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

Source from the content-addressed store, hash-verified

33}
34
35func Test_ApplyCommand(t *testing.T) {
36 testContent := commonUtils.TestContent{}
37 testContent.CommandTypes = []schema.CommandType{schema.ApplyCommandType}
38 testContent.EditContent = false
39 testContent.FileName = commonUtils.GetDevFileName()
40 apiUtils.RunTest(testContent, t)
41}
42
43func Test_CompositeCommand(t *testing.T) {
44 testContent := commonUtils.TestContent{}

Callers

nothing calls this directly

Calls 1

RunTestMethod · 0.80

Tested by

no test coverage detected