(t *testing.T)
| 114 | } |
| 115 | |
| 116 | func TestHover_Compose(t *testing.T) { |
| 117 | testHover_Compose(t, true) |
| 118 | testHover_Compose(t, false) |
| 119 | } |
| 120 | |
| 121 | func testHover_Compose(t *testing.T, composeSupport bool) { |
| 122 | s := startServer() |
nothing calls this directly
no test coverage detected