()
| 62 | } |
| 63 | |
| 64 | func (s *ColorspaceTestSuite) SetupSubTest() { |
| 65 | s.ResetLazyObjects() |
| 66 | } |
| 67 | |
| 68 | func (s *ColorspaceTestSuite) runTestCase(tc testCase[colorspaceTestCase]) { |
| 69 | if tc.opts.watermarkFile != "" { |
nothing calls this directly
no test coverage detected