MCPcopy Create free account
hub / github.com/bodgit/sevenzip / newMockFile

Function newMockFile

reader_internal_test.go:173–182  ·  view source on GitHub ↗
(tb testing.TB)

Source from the content-addressed store, hash-verified

171}
172
173func newMockFile(tb testing.TB) *mockFile {
174 tb.Helper()
175
176 mock := new(mockFile)
177 mock.Test(tb)
178
179 tb.Cleanup(func() { mock.AssertExpectations(tb) })
180
181 return mock
182}
183
184type mockFs struct {
185 mock.Mock

Callers 1

TestOpenReaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…