MCPcopy
hub / github.com/looplab/fsm / TestInternalError

Function TestInternalError

errors_test.go:105–110  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

103}
104
105func TestInternalError(t *testing.T) {
106 e := InternalError{}
107 if e.Error() != "internal error on state transition" {
108 t.Error("InternalError string mismatch")
109 }
110}

Callers

nothing calls this directly

Calls 2

ErrorMethod · 0.95
ErrorMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…