Class BlobContainer_Tests<TStartupModule>
Inheritance
object
BlobContainer_Tests<TStartupModule>
Implements
System.IDisposable
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Assembly: Volo.Abp.BlobStoring.Tests.dll
Syntax
public abstract class BlobContainer_Tests<TStartupModule> : AbpIntegratedTest<TStartupModule>, IDisposable where TStartupModule : IAbpModule
Type Parameters
| Name |
Description |
| TStartupModule |
|
Constructors
BlobContainer_Tests()
Declaration
protected BlobContainer_Tests()
Properties
Container
Declaration
protected IBlobContainer<TestContainer1> Container { get; }
Property Value
CurrentTenant
Declaration
protected ICurrentTenant CurrentTenant { get; }
Property Value
Methods
Saved_Blobs_Should_Exists(string)
Declaration
public Task Saved_Blobs_Should_Exists(string blobName)
Parameters
| Type |
Name |
Description |
| string |
blobName |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
SetAbpApplicationCreationOptions(AbpApplicationCreationOptions)
Declaration
protected override void SetAbpApplicationCreationOptions(AbpApplicationCreationOptions options)
Parameters
Overrides
Volo.Abp.Testing.AbpIntegratedTest<TStartupModule>.SetAbpApplicationCreationOptions(Volo.Abp.AbpApplicationCreationOptions)
Should_Delete_Saved_Blobs(string)
Declaration
public Task Should_Delete_Saved_Blobs(string blobName)
Parameters
| Type |
Name |
Description |
| string |
blobName |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Should_Not_Allow_To_Overwrite_Pre_Saved_Blob_By_Default()
Declaration
public Task Should_Not_Allow_To_Overwrite_Pre_Saved_Blob_By_Default()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Should_Overwrite_Pre_Saved_Blob_If_Requested()
Declaration
public Task Should_Overwrite_Pre_Saved_Blob_If_Requested()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Should_Save_And_Get_Blobs_In_Different_Tenant()
Declaration
public Task Should_Save_And_Get_Blobs_In_Different_Tenant()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Should_Save_And_Get_Blobs(string)
Declaration
public Task Should_Save_And_Get_Blobs(string blobName)
Parameters
| Type |
Name |
Description |
| string |
blobName |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Unknown_Blobs_Should_Not_Exists(string)
Declaration
public Task Unknown_Blobs_Should_Not_Exists(string blobName)
Parameters
| Type |
Name |
Description |
| string |
blobName |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements
System.IDisposable
Extension Methods