Class BlogFeatureRepository_Test<TStartupModule>
Inheritance
BlogFeatureRepository_Test<TStartupModule>
Assembly: Volo.CmsKit.TestBase.dll
Syntax
public abstract class BlogFeatureRepository_Test<TStartupModule> : CmsKitTestBase<TStartupModule>, IDisposable where TStartupModule : IAbpModule
Type Parameters
Name |
Description |
TStartupModule |
|
Constructors
BlogFeatureRepository_Test()
Declaration
public BlogFeatureRepository_Test()
Methods
FindAsync_ShouldReturnNull_WithNonExistingBlogId()
Declaration
public Task FindAsync_ShouldReturnNull_WithNonExistingBlogId()
Returns
FindAsync_ShouldReturnNull_WithNonExistingFeatureName()
Declaration
public Task FindAsync_ShouldReturnNull_WithNonExistingFeatureName()
Returns
FindAsync_ShouldWorkProperly_WithExistingFeatureName()
Declaration
public Task FindAsync_ShouldWorkProperly_WithExistingFeatureName()
Returns
GetListAsync_ShouldWorkProperly_WithBlogId()
Declaration
public Task GetListAsync_ShouldWorkProperly_WithBlogId()
Returns
GetListAsync_ShouldWorkProperly_WithBlogIdWithFeatureNames()
Declaration
public Task GetListAsync_ShouldWorkProperly_WithBlogIdWithFeatureNames()
Returns
Implements
Extension Methods