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

Function Test_KubernetesComponent

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

Source from the content-addressed store, hash-verified

67}
68
69func Test_KubernetesComponent(t *testing.T) {
70 testContent := commonUtils.TestContent{}
71 testContent.ComponentTypes = []schema.ComponentType{schema.KubernetesComponentType}
72 testContent.EditContent = false
73 testContent.FileName = commonUtils.GetDevFileName()
74 apiUtils.RunTest(testContent, t)
75}
76
77func Test_OpenshiftComponent(t *testing.T) {
78 testContent := commonUtils.TestContent{}

Callers

nothing calls this directly

Calls 1

RunTestMethod · 0.80

Tested by

no test coverage detected