MCPcopy
hub / github.com/cloudwego/kitex / mockTesting

Struct mockTesting

internal/test/assert_test.go:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22)
23
24type mockTesting struct {
25 t *testing.T
26
27 expect0 string
28 expect1 string
29
30 helper bool
31}
32
33func (m *mockTesting) Reset() {
34 m.expect0 = ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected