Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MsgProcessingSpecTest ¶
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 []*ssv.SignedPartialSignatureMessage BeaconBroadcastedRoots []string DontStartDuty bool // if set to true will not start a duty for the runner ExpectedError string }
func (*MsgProcessingSpecTest) Run ¶
func (test *MsgProcessingSpecTest) Run(t *testing.T)
func (*MsgProcessingSpecTest) TestName ¶
func (test *MsgProcessingSpecTest) TestName() string
type MultiMsgProcessingSpecTest ¶
type MultiMsgProcessingSpecTest struct { Name string Tests []*MsgProcessingSpecTest }
func (*MultiMsgProcessingSpecTest) Run ¶
func (tests *MultiMsgProcessingSpecTest) Run(t *testing.T)
func (*MultiMsgProcessingSpecTest) TestName ¶
func (tests *MultiMsgProcessingSpecTest) TestName() string
Click to show internal directories.
Click to hide internal directories.