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

Function Test_ContainerComponent

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

Source from the content-addressed store, hash-verified

59}
60
61func Test_ContainerComponent(t *testing.T) {
62 testContent := commonUtils.TestContent{}
63 testContent.ComponentTypes = []schema.ComponentType{schema.ContainerComponentType}
64 testContent.EditContent = false
65 testContent.FileName = commonUtils.GetDevFileName()
66 apiUtils.RunTest(testContent, t)
67}
68
69func Test_KubernetesComponent(t *testing.T) {
70 testContent := commonUtils.TestContent{}

Callers

nothing calls this directly

Calls 1

RunTestMethod · 0.80

Tested by

no test coverage detected