(t *testing.T)
| 41 | } |
| 42 | |
| 43 | func Test_CompositeCommand(t *testing.T) { |
| 44 | testContent := commonUtils.TestContent{} |
| 45 | testContent.CommandTypes = []schema.CommandType{schema.CompositeCommandType} |
| 46 | testContent.EditContent = false |
| 47 | testContent.FileName = commonUtils.GetDevFileName() |
| 48 | apiUtils.RunTest(testContent, t) |
| 49 | } |
| 50 | |
| 51 | func Test_MultiCommand(t *testing.T) { |
| 52 | testContent := commonUtils.TestContent{} |