MCPcopy Index your code
hub / github.com/oapi-codegen/oapi-codegen / TestEchoServer

Function TestEchoServer

internal/test/strict-server/strict_test.go:46–52  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

44}
45
46func TestEchoServer(t *testing.T) {
47 server := echoAPI.StrictServer{}
48 strictHandler := echoAPI.NewStrictHandler(server, nil)
49 e := echo.New()
50 echoAPI.RegisterHandlers(e, strictHandler)
51 testImpl(t, e)
52}
53
54func TestGinServer(t *testing.T) {
55 server := ginAPI.StrictServer{}

Callers

nothing calls this directly

Calls 1

testImplFunction · 0.70

Tested by

no test coverage detected