MCPcopy Create free account
hub / github.com/remotemobprogramming/mob / TestTimerExportFunction

Function TestTimerExportFunction

timer_test.go:66–75  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

64}
65
66func TestTimerExportFunction(t *testing.T) {
67 output, configuration := setup(t)
68 configuration.NotifyCommand = ""
69 configuration.VoiceCommand = ""
70
71 StartTimer("1", configuration)
72
73 assertOutputContains(t, output, "1 min timer ends at approx.")
74 assertOutputContains(t, output, "Happy collaborating! :)")
75}
76
77func TestBreakTimerNumberLessThen1(t *testing.T) {
78 output, configuration := setup(t)

Callers

nothing calls this directly

Calls 3

setupFunction · 0.85
StartTimerFunction · 0.85
assertOutputContainsFunction · 0.85

Tested by

no test coverage detected