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

Function TestOpenTimerInBrowserWithTimerRoom

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

Source from the content-addressed store, hash-verified

3import "testing"
4
5func TestOpenTimerInBrowserWithTimerRoom(t *testing.T) {
6 mockOpenInBrowser()
7 output, configuration := setup(t)
8 configuration.TimerRoom = "testroom"
9
10 err := openTimerInBrowser(configuration)
11
12 assertOutputNotContains(t, output, "Timer Room is not configured.")
13 assertNoError(t, err)
14}
15
16func TestOpenTimerInBrowserWithoutTimerRoom(t *testing.T) {
17 mockOpenInBrowser()

Callers

nothing calls this directly

Calls 5

mockOpenInBrowserFunction · 0.85
setupFunction · 0.85
openTimerInBrowserFunction · 0.85
assertOutputNotContainsFunction · 0.85
assertNoErrorFunction · 0.85

Tested by

no test coverage detected