Versions in this module Expand all Collapse all v0 v0.2.0 Dec 1, 2025 v0.1.0 Nov 28, 2025 Changes in this version + func AssertStatusErrorWithCode(t *testing.T, err error, code codes.Code) + func DisableLogging() (reset func()) + func NewRandomAccount(t *testing.T) *common.Account + func NewRandomVmConfig(t *testing.T, isCore bool) *common.VmConfig + func SetupRandomSubsidizer(t *testing.T, data code_data.Provider) *common.Account + func WaitFor(timeout, interval time.Duration, condition func() bool) error + type Server struct + func NewServer(opts ...ServerOption) (*grpc.ClientConn, *Server, error) + func (s *Server) RegisterService(registerFunc func(s *grpc.Server)) + func (s *Server) Serve() (stopFunc func(), err error) + type ServerOption func(o *serverOpts) + func WithStreamClientInterceptor(i grpc.StreamClientInterceptor) ServerOption + func WithStreamServerInterceptor(i grpc.StreamServerInterceptor) ServerOption + func WithUnaryClientInterceptor(i grpc.UnaryClientInterceptor) ServerOption + func WithUnaryServerInterceptor(i grpc.UnaryServerInterceptor) ServerOption