(t *testing.T)
| 53 | } |
| 54 | |
| 55 | func TestBindSlider(t *testing.T) { |
| 56 | b := NewBody() |
| 57 | Bind(0.65, NewSpinner(b)) |
| 58 | b.AssertRender(t, "bind/slider") |
| 59 | } |
| 60 | |
| 61 | func TestBindMeter(t *testing.T) { |
| 62 | b := NewBody() |
nothing calls this directly
no test coverage detected