Class DocumentRepository_Tests<TStartupModule>
Inheritance
DocumentRepository_Tests<TStartupModule>
Assembly: Volo.Docs.TestBase.dll
Syntax
public abstract class DocumentRepository_Tests<TStartupModule> : DocsTestBase<TStartupModule>, IDisposable where TStartupModule : IAbpModule
Type Parameters
Name |
Description |
TStartupModule |
|
Constructors
DocumentRepository_Tests()
Declaration
protected DocumentRepository_Tests()
Fields
DocsTestData
Declaration
protected readonly DocsTestData DocsTestData
Field Value
DocumentRepository
Declaration
protected readonly IDocumentRepository DocumentRepository
Field Value
Methods
DeleteAsync()
Declaration
public Task DeleteAsync()
Returns
FindAsync()
Declaration
Returns
GetUniqueDocumentCountByProjectIdAsync()
Declaration
public Task GetUniqueDocumentCountByProjectIdAsync()
Returns
GetUniqueDocumentsByProjectIdPagedAsync()
Declaration
public Task GetUniqueDocumentsByProjectIdPagedAsync()
Returns
UpdateProjectLastCachedTimeAsync()
Declaration
public Task UpdateProjectLastCachedTimeAsync()
Returns
Implements
Extension Methods