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.SignedSSVMessage PostDutyRunnerStateRoot string PostDutyRunnerState types.Root `json:"-"` // Field is ignored by encoding/json // 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) GetPostState ¶ added in v0.3.1
func (test *MsgProcessingSpecTest) GetPostState() (interface{}, error)
func (*MsgProcessingSpecTest) Run ¶ added in v0.2.7
func (test *MsgProcessingSpecTest) Run(t *testing.T)
Run as an individual test
func (*MsgProcessingSpecTest) RunAsPartOfMultiTest ¶ added in v0.3.1
func (test *MsgProcessingSpecTest) RunAsPartOfMultiTest(t *testing.T)
RunAsPartOfMultiTest runs the test as part of a MultiMsgProcessingSpecTest
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) GetPostState ¶ added in v0.3.1
func (tests *MultiMsgProcessingSpecTest) GetPostState() (interface{}, error)
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
Source Files ¶
Click to show internal directories.
Click to hide internal directories.