(t *testing.T)
| 16 | ) |
| 17 | |
| 18 | func TestBind(t *testing.T) { |
| 19 | b := NewBody() |
| 20 | Bind("Gopher", NewTextField(b)) |
| 21 | b.AssertRender(t, "bind/basic") |
| 22 | } |
| 23 | |
| 24 | func TestBindUpdate(t *testing.T) { |
| 25 | b := NewBody() |
nothing calls this directly
no test coverage detected