Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewEvents = event.CreateGroupConstructor(func() (newEvents *Events) { return &Events{ BlockDAG: blockdag.NewEvents(), Booker: booker.NewEvents(), } })
NewEvents contains the constructor of the Events object (it is generated by a generic factory).
Functions ¶
This section is empty.
Types ¶
type TestFramework ¶
type TestFramework struct {
Instance Mesh
VirtualVoting *booker.VirtualVotingTestFramework
Booker *booker.TestFramework
MemPool *mempool.TestFramework
BlockDAG *blockdag.TestFramework
Votes *votes.TestFramework
// contains filtered or unexported fields
}
func NewTestFramework ¶
func NewTestFramework(test *testing.T, mesh Mesh, bookerTF *booker.TestFramework) *TestFramework
Click to show internal directories.
Click to hide internal directories.