()
| 109 | } |
| 110 | |
| 111 | func (r sizeTestCase) ShortName() string { |
| 112 | return fmt.Sprintf("%dx%d", r.width, r.height) |
| 113 | } |
| 114 | |
| 115 | func (s *ProcessingTestSuite) TestResizeToFit() { |
| 116 | testCases := []testCase[sizeTestCase]{ |
no outgoing calls
no test coverage detected