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

Function Test_Projects

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

Source from the content-addressed store, hash-verified

97}
98
99func Test_Projects(t *testing.T) {
100 testContent := commonUtils.TestContent{}
101 testContent.ProjectTypes = commonUtils.ProjectSourceTypes
102 testContent.FileName = commonUtils.GetDevFileName()
103 apiUtils.RunTest(testContent, t)
104}
105
106func Test_StarterProjects(t *testing.T) {
107 testContent := commonUtils.TestContent{}

Callers

nothing calls this directly

Calls 1

RunTestMethod · 0.80

Tested by

no test coverage detected