public abstract class WithStorageProvider
extends de.adorsys.datasafe.types.api.shared.BaseMockitoTest
| Modifier and Type | Class and Description |
|---|---|
static class |
WithStorageProvider.StorageDescriptor |
static class |
WithStorageProvider.StorageDescriptorName |
| Modifier and Type | Field and Description |
|---|---|
protected static List<String> |
buckets |
static String |
CEPH_REGION |
protected static String |
primaryBucket |
static String |
SKIP_CEPH |
| Constructor and Description |
|---|
WithStorageProvider() |
public static final String SKIP_CEPH
public static final String CEPH_REGION
protected static String primaryBucket
@ValueSource protected static Stream<WithStorageProvider.StorageDescriptor> allLocalDefaultStorages()
@ValueSource protected static Stream<WithStorageProvider.StorageDescriptor> allLocalStorages()
@ValueSource protected static Stream<WithStorageProvider.StorageDescriptor> allDefaultStorages()
@ValueSource protected static Stream<WithStorageProvider.StorageDescriptor> allStorages()
@ValueSource protected static Stream<WithStorageProvider.StorageDescriptor> fsOnly()
@ValueSource protected static Stream<WithStorageProvider.StorageDescriptor> minioOnly()
protected static WithStorageProvider.StorageDescriptor fs()
protected static WithStorageProvider.StorageDescriptor minio()
protected static WithStorageProvider.StorageDescriptor cephVersioned()
protected static Function<String,StorageService> storageServiceByBucket()
protected static WithStorageProvider.StorageDescriptor s3()
protected static String readPropOrEnv(String name, String defaultValue)
name and if such property doesn't exist then it reads it from environment variables.name - Property/environment variable namedefaultValue - Default value if none are presentCopyright © 2019. All rights reserved.