(t *testing.T)
| 97 | } |
| 98 | |
| 99 | func 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 | |
| 106 | func Test_StarterProjects(t *testing.T) { |
| 107 | testContent := commonUtils.TestContent{} |