Ejemplo n.º 1
0
func TestSetup(t *testing.T) {
	fstests.NilObject = fs.Object((*s3.Object)(nil))
	fstests.RemoteName = "TestS3:"
}
Ejemplo n.º 2
0
func TestSetup(t *testing.T) {
	fstests.NilObject = fs.Object((*dropbox.Object)(nil))
	fstests.RemoteName = "TestDropbox:"
}
Ejemplo n.º 3
0
func init() {
	fstests.NilObject = fs.Object((*amazonclouddrive.Object)(nil))
	fstests.RemoteName = "TestAmazonCloudDrive:"
}
Ejemplo n.º 4
0
func TestSetup(t *testing.T) {
	fstests.NilObject = fs.Object((*yandex.Object)(nil))
	fstests.RemoteName = "TestYandex:"
}
Ejemplo n.º 5
0
func TestSetup(t *testing.T) {
	fstests.NilObject = fs.Object((*amazonclouddrive.Object)(nil))
	fstests.RemoteName = "TestAmazonCloudDrive:"
}
Ejemplo n.º 6
0
func TestSetup2(t *testing.T) {
	fstests.NilObject = fs.Object((*crypt.Object)(nil))
	fstests.RemoteName = "TestCrypt2:"
}
Ejemplo n.º 7
0
func init() {
	fstests.NilObject = fs.Object((*swift.Object)(nil))
	fstests.RemoteName = "TestSwift:"
}
Ejemplo n.º 8
0
func init() {
	fstests.NilObject = fs.Object((*s3.Object)(nil))
	fstests.RemoteName = "TestS3:"
}
Ejemplo n.º 9
0
func init() {
	fstests.NilObject = fs.Object((*yandex.Object)(nil))
	fstests.RemoteName = "TestYandex:"
}
Ejemplo n.º 10
0
func init() {
	fstests.NilObject = fs.Object((*b2.Object)(nil))
	fstests.RemoteName = "TestB2:"
}
Ejemplo n.º 11
0
func TestSetup(t *testing.T) {
	fstests.NilObject = fs.Object((*local.Object)(nil))
	fstests.RemoteName = ""
}
Ejemplo n.º 12
0
func init() {
	fstests.NilObject = fs.Object((*onedrive.Object)(nil))
	fstests.RemoteName = "TestOneDrive:"
}
Ejemplo n.º 13
0
func TestSetup(t *testing.T) {
	fstests.NilObject = fs.Object((*onedrive.Object)(nil))
	fstests.RemoteName = "TestOneDrive:"
}
Ejemplo n.º 14
0
func init() {
	fstests.NilObject = fs.Object((*hubic.Object)(nil))
	fstests.RemoteName = "TestHubic:"
}
Ejemplo n.º 15
0
func init() {
	fstests.NilObject = fs.Object((*googlecloudstorage.Object)(nil))
	fstests.RemoteName = "TestGoogleCloudStorage:"
}
Ejemplo n.º 16
0
func init() {
	fstests.NilObject = fs.Object((*local.Object)(nil))
	fstests.RemoteName = ""
}
Ejemplo n.º 17
0
func init() {
	fstests.NilObject = fs.Object((*dropbox.Object)(nil))
	fstests.RemoteName = "TestDropbox:"
}
Ejemplo n.º 18
0
func init() {
	fstests.NilObject = fs.Object((*drive.FsObjectDrive)(nil))
	fstests.RemoteName = "TestDrive:"
}
Ejemplo n.º 19
0
func TestSetup(t *testing.T) {
	fstests.NilObject = fs.Object((*googlecloudstorage.Object)(nil))
	fstests.RemoteName = "TestGoogleCloudStorage:"
}