(t *testing.T)
| 49 | } |
| 50 | |
| 51 | func Test_MultiCommand(t *testing.T) { |
| 52 | testContent := commonUtils.TestContent{} |
| 53 | testContent.CommandTypes = []schema.CommandType{schema.ExecCommandType, |
| 54 | schema.CompositeCommandType, |
| 55 | schema.ApplyCommandType} |
| 56 | testContent.EditContent = true |
| 57 | testContent.FileName = commonUtils.GetDevFileName() |
| 58 | apiUtils.RunTest(testContent, t) |
| 59 | } |
| 60 | |
| 61 | func Test_ContainerComponent(t *testing.T) { |
| 62 | testContent := commonUtils.TestContent{} |