Versions in this module Expand all Collapse all v1 v1.0.2 Jul 14, 2024 v1.0.1 Jul 14, 2024 Changes in this version + func RunTestCases[T any](t *testing.T, tests []TestCase[T], opts ...cmp.Option) + type Server struct + func NewFileServer(t *testing.T, filename string) *Server + func NewServer(t *testing.T, r io.Reader) *Server + func (srv *Server) Close() + func (srv *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (srv *Server) URL() string + type TestCase struct + Call w3types.RPCCallerFactory[T] + Golden string + WantErr error + WantRet *T