(t *testing.T)
| 43 | } |
| 44 | |
| 45 | func TestFieldGophers(t *testing.T) { |
| 46 | cmpimg.CheckPlot(ExampleField_gophers, t, "gopher_field.png") |
| 47 | } |
| 48 | |
| 49 | func TestFieldDims(t *testing.T) { |
| 50 | for _, test := range []struct { |
nothing calls this directly
no test coverage detected