(t *testing.T)
| 66 | } |
| 67 | |
| 68 | func TestFormStyle(t *testing.T) { |
| 69 | b := NewBody() |
| 70 | s := styles.NewStyle() |
| 71 | s.SetState(true, states.Active) |
| 72 | s.SetAbilities(true, abilities.Checkable) |
| 73 | NewForm(b).SetStruct(s) |
| 74 | b.AssertRender(t, "form/style") |
| 75 | } |
nothing calls this directly
no test coverage detected