(t *testing.T)
| 270 | } |
| 271 | |
| 272 | func TestSetScheme(t *testing.T) { |
| 273 | c := tc().SetScheme("https") |
| 274 | tests.AssertEqual(t, "https", c.scheme) |
| 275 | } |
| 276 | |
| 277 | func TestDebugLog(t *testing.T) { |
| 278 | c := tc().EnableDebugLog() |
nothing calls this directly
no test coverage detected
searching dependent graphs…