Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MsgProcessingSpecTest ¶ added in v0.2.7
type MsgProcessingSpecTest struct { Name string Runner ssv.Runner Duty *types.Duty Messages []*types.SSVMessage PostDutyRunnerStateRoot string // OutputMessages compares pre/ post signed partial sigs to output. We exclude consensus msgs as it's tested in consensus OutputMessages []*types.SignedPartialSignatureMessage BeaconBroadcastedRoots []string DontStartDuty bool // if set to true will not start a duty for the runner ExpectedError string }
func (*MsgProcessingSpecTest) Run ¶ added in v0.2.7
func (test *MsgProcessingSpecTest) Run(t *testing.T)
func (*MsgProcessingSpecTest) TestName ¶ added in v0.2.7
func (test *MsgProcessingSpecTest) TestName() string
type MultiMsgProcessingSpecTest ¶ added in v0.2.7
type MultiMsgProcessingSpecTest struct { Name string Tests []*MsgProcessingSpecTest }
func (*MultiMsgProcessingSpecTest) Run ¶ added in v0.2.7
func (tests *MultiMsgProcessingSpecTest) Run(t *testing.T)
func (*MultiMsgProcessingSpecTest) TestName ¶ added in v0.2.7
func (tests *MultiMsgProcessingSpecTest) TestName() string
Click to show internal directories.
Click to hide internal directories.