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

Function Test_StarterProjects

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

Source from the content-addressed store, hash-verified

104}
105
106func Test_StarterProjects(t *testing.T) {
107 testContent := commonUtils.TestContent{}
108 testContent.StarterProjectTypes = commonUtils.ProjectSourceTypes
109 testContent.FileName = commonUtils.GetDevFileName()
110 apiUtils.RunTest(testContent, t)
111}
112
113func Test_Events(t *testing.T) {
114 testContent := commonUtils.TestContent{}

Callers

nothing calls this directly

Calls 1

RunTestMethod · 0.80

Tested by

no test coverage detected