Class BlogRepository_Test<TStartupModule>
Inheritance
BlogRepository_Test<TStartupModule>
Assembly: Volo.CmsKit.TestBase.dll
Syntax
public abstract class BlogRepository_Test<TStartupModule> : CmsKitTestBase<TStartupModule>, IDisposable where TStartupModule : IAbpModule
Type Parameters
Name |
Description |
TStartupModule |
|
Constructors
BlogRepository_Test()
Declaration
public BlogRepository_Test()
Methods
ExistsAsync_ShouldReturnFalse_WithExistingId()
Declaration
public Task ExistsAsync_ShouldReturnFalse_WithExistingId()
Returns
ExistsAsync_ShouldReturnTrue_WithExistingId()
Declaration
public Task ExistsAsync_ShouldReturnTrue_WithExistingId()
Returns
GetBySlugAsync_ShouldThrowException_WithNonExistingSlug()
Declaration
public Task GetBySlugAsync_ShouldThrowException_WithNonExistingSlug()
Returns
GetBySlugAsync_ShouldWorkProperly_WithExistingSlug()
Declaration
public Task GetBySlugAsync_ShouldWorkProperly_WithExistingSlug()
Returns
GetCount_ShouldWorkProperly()
Declaration
public Task GetCount_ShouldWorkProperly()
Returns
GetList_ShouldWorkProperly()
Declaration
public Task GetList_ShouldWorkProperly()
Returns
SlugExistAsync_ShouldWorkProperly()
Declaration
public Task SlugExistAsync_ShouldWorkProperly()
Returns
Implements
Extension Methods