MCPcopy
hub / github.com/rclone/rclone / InternalTester

Interface InternalTester

fstest/fstests/fstests.go:48–50  ·  view source on GitHub ↗

InternalTester is an optional interface for Fs which allows to execute internal tests This interface should be implemented in 'backend'_internal_test.go and not in 'backend'.go

Source from the content-addressed store, hash-verified

46//
47// This interface should be implemented in 'backend'_internal_test.go and not in 'backend'.go
48type InternalTester interface {
49 InternalTest(*testing.T)
50}
51
52// ChunkedUploadConfig contains the values used by TestFsPutChunked
53// to determine the limits of chunked uploading

Callers 1

RunFunction · 0.65

Implementers 15

Fsbackend/union/union.go
Fsbackend/memory/memory.go
Fsbackend/azurefiles/azurefiles.go
Fsbackend/b2/b2.go
Fsbackend/crypt/crypt.go
Fsbackend/hasher/hasher.go
Fsbackend/dropbox/dropbox.go
Fsbackend/jottacloud/jottacloud.go
Fsbackend/s3/s3.go
Fsbackend/onedrive/onedrive.go
Fsbackend/azureblob/azureblob.go
Fsbackend/chunker/chunker.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…