(t *testing.T)
| 33 | } |
| 34 | |
| 35 | func Test_ApplyCommand(t *testing.T) { |
| 36 | testContent := commonUtils.TestContent{} |
| 37 | testContent.CommandTypes = []schema.CommandType{schema.ApplyCommandType} |
| 38 | testContent.EditContent = false |
| 39 | testContent.FileName = commonUtils.GetDevFileName() |
| 40 | apiUtils.RunTest(testContent, t) |
| 41 | } |
| 42 | |
| 43 | func Test_CompositeCommand(t *testing.T) { |
| 44 | testContent := commonUtils.TestContent{} |