func TestServerTLSHandshakeTimeout(t *testing.T) { … } type handler … func (handler) ServeHTTP(ResponseWriter, *Request) { … } func TestFindHandler(t *testing.T) { … } func TestEmptyServeMux(t *testing.T) { … } func TestRegisterErr(t *testing.T) { … } func TestExactMatch(t *testing.T) { … } func TestEscapedPathsAndPatterns(t *testing.T) { … } func TestCleanPath(t *testing.T) { … } func BenchmarkServerMatch(b *testing.B) { … }