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

Function TestBreakTimerExportFunction

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

Source from the content-addressed store, hash-verified

105}
106
107func TestBreakTimerExportFunction(t *testing.T) {
108 output, configuration := setup(t)
109 configuration.NotifyCommand = ""
110 configuration.VoiceCommand = ""
111
112 StartBreakTimer("5", configuration)
113
114 assertOutputContains(t, output, "5 min break timer ends at approx.")
115 assertOutputContains(t, output, "So take a break now! :)")
116}

Callers

nothing calls this directly

Calls 3

setupFunction · 0.85
StartBreakTimerFunction · 0.85
assertOutputContainsFunction · 0.85

Tested by

no test coverage detected