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

Function Test_OpenshiftComponent

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

Source from the content-addressed store, hash-verified

75}
76
77func Test_OpenshiftComponent(t *testing.T) {
78 testContent := commonUtils.TestContent{}
79 testContent.ComponentTypes = []schema.ComponentType{schema.OpenshiftComponentType}
80 testContent.EditContent = false
81 testContent.FileName = commonUtils.GetDevFileName()
82 apiUtils.RunTest(testContent, t)
83}
84
85func Test_VolumeComponent(t *testing.T) {
86 testContent := commonUtils.TestContent{}

Callers

nothing calls this directly

Calls 1

RunTestMethod · 0.80

Tested by

no test coverage detected