()
| 23 | } |
| 24 | |
| 25 | func (s *SvgTestSuite) SetupSuite() { |
| 26 | s.testData = testutil.NewTestDataProvider(s.T) |
| 27 | } |
| 28 | |
| 29 | func (s *SvgTestSuite) readTestFile(name string) imagedata.ImageData { |
| 30 | data := s.testData.Read(name) |
nothing calls this directly
no test coverage detected