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

Function TestBreakTimerNumberLessThen1

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

Source from the content-addressed store, hash-verified

75}
76
77func TestBreakTimerNumberLessThen1(t *testing.T) {
78 output, configuration := setup(t)
79
80 err := startBreakTimer("0", configuration)
81
82 assertError(t, err, "The parameter must be an integer number greater then zero")
83 assertOutputContains(t, output, "The parameter must be an integer number greater then zero")
84}
85
86func TestBreakTimerNotANumber(t *testing.T) {
87 output, configuration := setup(t)

Callers

nothing calls this directly

Calls 4

setupFunction · 0.85
startBreakTimerFunction · 0.85
assertErrorFunction · 0.85
assertOutputContainsFunction · 0.85

Tested by

no test coverage detected