MCPcopy Create free account
hub / github.com/DNAProject/DNA / TestStartTimer

Function TestStartTimer

consensus/vbft/event_timer_test.go:31–34  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

29}
30
31func TestStartTimer(t *testing.T) {
32 eventtimer := constructEventTimer()
33 eventtimer.StartTimer(1, 10)
34}
35
36func TestCancelTimer(t *testing.T) {
37 eventtimer := constructEventTimer()

Callers

nothing calls this directly

Calls 2

constructEventTimerFunction · 0.85
StartTimerMethod · 0.80

Tested by

no test coverage detected