(t *testing.T)
| 90 | } |
| 91 | |
| 92 | func Test_MultiComponent(t *testing.T) { |
| 93 | testContent := commonUtils.TestContent{} |
| 94 | testContent.ComponentTypes = commonUtils.ComponentTypes |
| 95 | testContent.FileName = commonUtils.GetDevFileName() |
| 96 | apiUtils.RunTest(testContent, t) |
| 97 | } |
| 98 | |
| 99 | func Test_Projects(t *testing.T) { |
| 100 | testContent := commonUtils.TestContent{} |