()
| 23 | } |
| 24 | |
| 25 | func (e extendTestCase) ImagePath() string { |
| 26 | return "geometry.png" |
| 27 | } |
| 28 | |
| 29 | func (e extendTestCase) URLOptions() string { |
| 30 | opts := testutil.NewOptionsBuilder() |
nothing calls this directly
no outgoing calls
no test coverage detected