Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiSpecTest ¶
func (*MultiSpecTest) GetPostState ¶
func (tests *MultiSpecTest) GetPostState() (interface{}, error)
func (*MultiSpecTest) Run ¶
func (test *MultiSpecTest) Run(t *testing.T)
func (*MultiSpecTest) TestName ¶
func (test *MultiSpecTest) TestName() string
type SpecTest ¶
type SpecTest struct { Name string Network types.BeaconNetwork RunnerRole types.RunnerRole DutySlot phase0.Slot // DutySlot is used only for the RoleCommittee since the BeaconVoteValueCheckF requires the duty's slot Input []byte SlashableSlots map[string][]phase0.Slot // map share pk to a list of slashable slots ExpectedError string AnyError bool }
func (*SpecTest) GetPostState ¶
Click to show internal directories.
Click to hide internal directories.