MCPcopy
hub / github.com/bettercap/bettercap / TestZeroGodStartStop

Function TestZeroGodStartStop

modules/zerogod/zerogod_test.go:250–256  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

248}
249
250func TestZeroGodStartStop(t *testing.T) {
251 sess := createMockSession()
252 _ = NewZeroGod(sess)
253
254 // Skip this test as it requires mocking private methods
255 t.Skip("Skipping test that requires mocking private methods")
256}
257
258func TestZeroGodShow(t *testing.T) {
259 sess := createMockSession()

Callers

nothing calls this directly

Calls 3

NewZeroGodFunction · 0.85
createMockSessionFunction · 0.70
SkipMethod · 0.45

Tested by

no test coverage detected