Documentation ¶
Index ¶
- type DutySpecTest
- func MapAggregator() *DutySpecTest
- func MapAttester() *DutySpecTest
- func MapProposer() *DutySpecTest
- func MapSyncCommittee() *DutySpecTest
- func MapSyncCommitteeContribution() *DutySpecTest
- func MapUnknownRole() *DutySpecTest
- func MapValidatorRegistration() *DutySpecTest
- func MapVoluntaryExit() *DutySpecTest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DutySpecTest ¶
type DutySpecTest struct { Name string BeaconRole types.BeaconRole RunnerRole types.RunnerRole }
func MapAggregator ¶
func MapAggregator() *DutySpecTest
MapAggregator tests mapping of BNRoleAggregator.
func MapSyncCommittee ¶
func MapSyncCommittee() *DutySpecTest
MapSyncCommittee tests mapping of BNRoleSyncCommittee.
func MapSyncCommitteeContribution ¶
func MapSyncCommitteeContribution() *DutySpecTest
MapSyncCommitteeContribution tests mapping of BNRoleSyncCommitteeContribution.
func MapUnknownRole ¶
func MapUnknownRole() *DutySpecTest
MapUnknownRole tests mapping of an unknown role.
func MapValidatorRegistration ¶
func MapValidatorRegistration() *DutySpecTest
MapValidatorRegistration tests mapping of BNRoleValidatorRegistration.
func MapVoluntaryExit ¶
func MapVoluntaryExit() *DutySpecTest
MapVoluntaryExit tests mapping of BNRoleVoluntaryExit.
func (*DutySpecTest) Run ¶
func (test *DutySpecTest) Run(t *testing.T)
func (*DutySpecTest) TestName ¶
func (test *DutySpecTest) TestName() string
Click to show internal directories.
Click to hide internal directories.