Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EntryList = []testframework.Entry{ { Name: "Beacon-Validator Interaction", Creator: func() testframework.IntegrationTest { return &ValidateTest{} }, }, }
EntryList is the registery entry list
Functions ¶
This section is empty.
Types ¶
type SampleTest ¶
type SampleTest struct { }
SampleTest implements IntegrationTest
func (SampleTest) Execute ¶
func (test SampleTest) Execute(service *testframework.TestService) error
Execute implements IntegrationTest
type ValidateTest ¶ added in v0.2.4
type ValidateTest struct {
// contains filtered or unexported fields
}
ValidateTest runs a beacon chain and a validator for a few blocks.
func (*ValidateTest) Execute ¶ added in v0.2.4
func (test *ValidateTest) Execute(service *testframework.TestService) error
Execute implements IntegrationTest
Click to show internal directories.
Click to hide internal directories.