MCPcopy Create free account
hub / github.com/ettle/strcase / fakeT

Struct fakeT

assert_test.go:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type fakeT struct {
9 fail bool
10 log string
11}
12
13func (t *fakeT) Fail() {
14 t.fail = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected