| 17 | var flattenTestOutSize = testSize{500, 500} |
| 18 | |
| 19 | type flattenTestCase struct { |
| 20 | name string |
| 21 | sourceFile string |
| 22 | background *color.RGB |
| 23 | format imagetype.Type |
| 24 | } |
| 25 | |
| 26 | func (c flattenTestCase) ImagePath() string { |
| 27 | return c.sourceFile |
nothing calls this directly
no outgoing calls
no test coverage detected