Documentation ¶
Overview ¶
Package tests is a collection of staking backend implementation tests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SrcAddr = debug.DebugStateSrcAddress DestAddr = debug.DebugStateDestAddress )
Functions ¶
func StakingClientImplementationTests ¶
func StakingClientImplementationTests(t *testing.T, backend api.Backend, consensus consensusAPI.Backend)
StakingClientImplementationTests exercises the basic functionality of a staking client backend.
func StakingImplementationTests ¶
func StakingImplementationTests( t *testing.T, backend api.Backend, consensus consensusAPI.Backend, identity *identity.Identity, entity *entity.Entity, entitySigner signature.Signer, runtimeID common.Namespace, )
StakingImplementationTests exercises the basic functionality of a staking backend.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.