(t *testing.T)
| 104 | } |
| 105 | |
| 106 | func 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 | |
| 113 | func Test_Events(t *testing.T) { |
| 114 | testContent := commonUtils.TestContent{} |