(t *testing.T)
| 111 | } |
| 112 | |
| 113 | func Test_Events(t *testing.T) { |
| 114 | testContent := commonUtils.TestContent{} |
| 115 | testContent.AddEvents = true |
| 116 | testContent.FileName = commonUtils.GetDevFileName() |
| 117 | apiUtils.RunTest(testContent, t) |
| 118 | } |
| 119 | |
| 120 | func Test_MetaData(t *testing.T) { |
| 121 | testContent := commonUtils.TestContent{} |