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

Function Test_VolumeComponent

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

Source from the content-addressed store, hash-verified

83}
84
85func Test_VolumeComponent(t *testing.T) {
86 testContent := commonUtils.TestContent{}
87 testContent.ComponentTypes = []schema.ComponentType{schema.VolumeComponentType}
88 testContent.FileName = commonUtils.GetDevFileName()
89 apiUtils.RunTest(testContent, t)
90}
91
92func Test_MultiComponent(t *testing.T) {
93 testContent := commonUtils.TestContent{}

Callers

nothing calls this directly

Calls 1

RunTestMethod · 0.80

Tested by

no test coverage detected