Documentation ¶
Index ¶
- func EmptyData() *tests.MsgProcessingSpecTest
- func MultiSigner() *tests.MsgProcessingSpecTest
- func UnknownSigner() *tests.MsgProcessingSpecTest
- func WrongAnswer() *tests.MsgProcessingSpecTest
- func WrongData() *tests.MsgProcessingSpecTest
- func WrongHeight() *tests.MsgProcessingSpecTest
- func WrongPriority() *tests.MsgProcessingSpecTest
- func WrongSignature() *tests.MsgProcessingSpecTest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EmptyData ¶
func EmptyData() *tests.MsgProcessingSpecTest
EmptyData tests the case in which the message has empty proposals
func MultiSigner ¶
func MultiSigner() *tests.MsgProcessingSpecTest
MultiSigner tests a proposal msg with > 1 signers
func UnknownSigner ¶
func UnknownSigner() *tests.MsgProcessingSpecTest
UnknownSigner tests a single proposal received with an unknown signer
func WrongAnswer ¶
func WrongAnswer() *tests.MsgProcessingSpecTest
WrongAnswer tests the case in which the answer to the priority have different values than the received ones
func WrongData ¶
func WrongData() *tests.MsgProcessingSpecTest
WrongData tests the case in which the message has proposals that mismatch with the aggreagtedMsgBytes's proposals
func WrongHeight ¶
func WrongHeight() *tests.MsgProcessingSpecTest
WrongHeight tests a proposal msg received with the wrong height
func WrongPriority ¶
func WrongPriority() *tests.MsgProcessingSpecTest
WrongPriority tests the case in which the message has a priority that mismatch with the aggreagtedMsgBytes's priority
func WrongSignature ¶
func WrongSignature() *tests.MsgProcessingSpecTest
WrongSignature tests a single proposal received with a wrong signature
Types ¶
This section is empty.