Class DefaultAzureBlobNamingNormalizerProvider_Tests
Inheritance
object
DefaultAzureBlobNamingNormalizerProvider_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.Azure
Assembly: Volo.Abp.BlobStoring.Azure.Tests.dll
Syntax
public class DefaultAzureBlobNamingNormalizerProvider_Tests : AbpBlobStoringAzureTestCommonBase, IDisposable
Constructors
DefaultAzureBlobNamingNormalizerProvider_Tests()
Declaration
public DefaultAzureBlobNamingNormalizerProvider_Tests()
Methods
NormalizeContainerName_Dash()
Declaration
public void NormalizeContainerName_Dash()
NormalizeContainerName_Lowercase()
Declaration
public void NormalizeContainerName_Lowercase()
NormalizeContainerName_Max_Length()
Declaration
public void NormalizeContainerName_Max_Length()
NormalizeContainerName_Max_Length_Dash()
Declaration
public void NormalizeContainerName_Max_Length_Dash()
NormalizeContainerName_Min_Length()
Declaration
public void NormalizeContainerName_Min_Length()
NormalizeContainerName_Only_Letters_Numbers_Dash()
Declaration
public void NormalizeContainerName_Only_Letters_Numbers_Dash()
Implements
System.IDisposable