Versions in this module Expand all Collapse all v1 v1.0.2 Jan 27, 2022 Changes in this version + var LogPath = filepath.Join(utils.GetCurFileDir(), "../main/test") + var NodePath = filepath.Join(utils.GetCurFileDir(), "../../../../../mock/p2pv2") + func MockCreateNode(inQC storage.QuorumCertInterface, signs []*chainedBftPb.QuorumCertSign) *storage.ProposalNode + func MockCreateQC(id []byte, view int64, parent []byte, parentView int64) storage.QuorumCertInterface + func MockInitQcTree() *storage.QCPendingTree + func PrepareTree(t *testing.T) *storage.QCPendingTree + type TestHelper struct + Log logs.Logger + func NewTestHelper() (*TestHelper, error) + func (th *TestHelper) Close()