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

Function Test_ExecCommand

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

Source from the content-addressed store, hash-verified

25)
26
27func Test_ExecCommand(t *testing.T) {
28 testContent := commonUtils.TestContent{}
29 testContent.CommandTypes = []schema.CommandType{schema.ExecCommandType}
30 testContent.EditContent = false
31 testContent.FileName = commonUtils.GetDevFileName()
32 apiUtils.RunTest(testContent, t)
33}
34
35func Test_ApplyCommand(t *testing.T) {
36 testContent := commonUtils.TestContent{}

Callers

nothing calls this directly

Calls 1

RunTestMethod · 0.80

Tested by

no test coverage detected