Class DefaultFileSystemBlobNamingNormalizerProvider_Tests
Inheritance
object
DefaultFileSystemBlobNamingNormalizerProvider_Tests
Implements
System.IDisposable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BlobStoring.FileSystem
Assembly: Volo.Abp.BlobStoring.FileSystem.Tests.dll
Syntax
public class DefaultFileSystemBlobNamingNormalizerProvider_Tests : AbpBlobStoringFileSystemTestBase, IDisposable
Constructors
DefaultFileSystemBlobNamingNormalizerProvider_Tests()
Declaration
public DefaultFileSystemBlobNamingNormalizerProvider_Tests()
Methods
AfterAddApplication(IServiceCollection)
Declaration
protected override void AfterAddApplication(IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Extensions.DependencyInjection.IServiceCollection | services |
Overrides
Volo.Abp.Testing.AbpIntegratedTest<Volo.Abp.BlobStoring.FileSystem.AbpBlobStoringFileSystemTestModule>.AfterAddApplication(Microsoft.Extensions.DependencyInjection.IServiceCollection)
NormalizeBlobName()
Declaration
public void NormalizeBlobName()
NormalizeBlobName_With_Directory(string)
Declaration
public void NormalizeBlobName_With_Directory(string delimiter)
Parameters
| Type | Name | Description |
|---|---|---|
| string | delimiter |
NormalizeContainerName()
Declaration
public void NormalizeContainerName()
NormalizeContainerName_With_Directory(string)
Declaration
public void NormalizeContainerName_With_Directory(string delimiter)
Parameters
| Type | Name | Description |
|---|---|---|
| string | delimiter |
Implements
System.IDisposable