Documentation ¶
Index ¶
- func RunControllerSpecTest(t *testing.T, test *spectests.ControllerSpecTest)
- func RunCreateMsg(t *testing.T, test *spectests.CreateMsgSpecTest)
- func RunMsg(t *testing.T, test *spectests.MsgSpecTest)
- func RunMsgProcessing(t *testing.T, test *spectests.MsgProcessingSpecTest)
- func RunTimeout(t *testing.T, test *SpecTest)
- type SpecTest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunControllerSpecTest ¶
func RunControllerSpecTest(t *testing.T, test *spectests.ControllerSpecTest)
func RunCreateMsg ¶
func RunCreateMsg(t *testing.T, test *spectests.CreateMsgSpecTest)
func RunMsgProcessing ¶
func RunMsgProcessing(t *testing.T, test *spectests.MsgProcessingSpecTest)
RunMsgProcessing processes MsgProcessingSpecTest. It probably may be removed.
func RunTimeout ¶
Types ¶
type SpecTest ¶
type SpecTest struct { Name string Pre *instance.Instance PostRoot string OutputMessages []*qbft.SignedMessage ExpectedTimerState *testingutils.TimerState ExpectedError string }
Click to show internal directories.
Click to hide internal directories.