MCPcopy
hub / github.com/rclone/rclone / InternalTest

Method InternalTest

backend/crypt/crypt_internal_test.go:123–127  ·  view source on GitHub ↗

InternalTest is called by fstests.Run to extra tests

(t *testing.T)

Source from the content-addressed store, hash-verified

121
122// InternalTest is called by fstests.Run to extra tests
123func (f *Fs) InternalTest(t *testing.T) {
124 t.Run("ObjectInfo", func(t *testing.T) { testObjectInfo(t, f, false) })
125 t.Run("ObjectInfoWrap", func(t *testing.T) { testObjectInfo(t, f, true) })
126 t.Run("ComputeHash", func(t *testing.T) { testComputeHash(t, f) })
127}

Callers

nothing calls this directly

Calls 3

testObjectInfoFunction · 0.85
testComputeHashFunction · 0.85
RunMethod · 0.65

Tested by

no test coverage detected