Documentation
¶
Index ¶
- func CallOrFail(runner *runtime.Runner, senderNode runtime.NodeIFace, port *runtime.Port, ...) runtime.MessageIFace
- func GetTestingObject() *testing.T
- func QueryOrFail(runner *runtime.Runner, senderNode runtime.NodeIFace, port *runtime.Port, ...) runtime.MessageIFace
- func SendOrFail(runner *runtime.Runner, senderNode runtime.NodeIFace, port *runtime.Port, ...)
- func SetTestingObject(t *testing.T)
- func VerifyNodeChain(runner *runtime.Runner, objList []*VerificationObj)
- type VerificationFunc
- type VerificationObj
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallOrFail ¶
func GetTestingObject ¶
func QueryOrFail ¶
func QueryOrFail(runner *runtime.Runner, senderNode runtime.NodeIFace, port *runtime.Port, messageType runtime.MessageType) runtime.MessageIFace
func SendOrFail ¶
func SetTestingObject ¶
func VerifyNodeChain ¶
func VerifyNodeChain(runner *runtime.Runner, objList []*VerificationObj)
Types ¶
type VerificationFunc ¶
type VerificationObj ¶
type VerificationObj struct {
NType db.NodeType
VerFunc VerificationFunc
// contains filtered or unexported fields
}
func NewVO ¶
func NewVO(nType db.NodeType) *VerificationObj
func (*VerificationObj) SetCond ¶
func (vp *VerificationObj) SetCond(vFunc VerificationFunc) *VerificationObj
Click to show internal directories.
Click to hide internal directories.