Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasJsonRpcClient
deprecated
func OpenClient ¶
func OpenClient(c *check.C, callback FuncJsonRpcClientCallback)
func OpenClientBenchmark ¶
func OpenClientBenchmark(b *testing.B, callback FuncJsonRpcClientCallback)
Types ¶
type FuncJsonRpcClientCallback ¶
Callback used to use an opened client and safety-close
type GinkgoJsonRpc ¶
type GinkgoJsonRpc struct{}
func (*GinkgoJsonRpc) NeedJsonRpc
deprecated
func (g *GinkgoJsonRpc) NeedJsonRpc(src func()) func()
Prepends "BeforeEach()" for skipping if there is no value for JSONRPC flags.
Deprecated: Try to use "flag.SkipFactory"
See "common/testing/flag"
func (*GinkgoJsonRpc) OpenClient ¶
func (g *GinkgoJsonRpc) OpenClient(callback FuncJsonRpcClientCallback)
Click to show internal directories.
Click to hide internal directories.