Class Repository_Basic_Tests<TStartupModule>
Inheritance
object
Repository_Basic_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.TestApp.dll
Syntax
public abstract class Repository_Basic_Tests<TStartupModule> : TestAppTestBase<TStartupModule>, IDisposable where TStartupModule : IAbpModule
Type Parameters
| Name |
Description |
| TStartupModule |
|
Constructors
Repository_Basic_Tests()
Declaration
protected Repository_Basic_Tests()
Fields
CityRepository
Declaration
protected readonly ICityRepository CityRepository
Field Value
PersonRepository
Declaration
protected readonly IRepository<Person, Guid> PersonRepository
Field Value
Methods
Custom_Repository_Method()
Declaration
public Task Custom_Repository_Method()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
DeleteAsync()
Declaration
public Task DeleteAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
DeleteManyAsync()
Declaration
public Task DeleteManyAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
DeleteManyAsync_WithId()
Declaration
public Task DeleteManyAsync_WithId()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
FindAsync_Should_Return_Null_For_Not_Found_Entity()
Declaration
public Task FindAsync_Should_Return_Null_For_Not_Found_Entity()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
FindAsync_Should_Return_Null_For_Not_Found_Entity_With_Predicate()
Declaration
public Task FindAsync_Should_Return_Null_For_Not_Found_Entity_With_Predicate()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
GetAsync()
Declaration
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
GetAsync_With_Predicate()
Declaration
public Task GetAsync_With_Predicate()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
GetListAsync()
Declaration
public Task GetListAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
GetListAsync_Should_Return_Empty_With_Predicate()
Declaration
public Task GetListAsync_Should_Return_Empty_With_Predicate()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
GetListAsync_With_Predicate()
Declaration
public Task GetListAsync_With_Predicate()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
GetPagedListAsync()
Declaration
public Task GetPagedListAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
GetPagedListAsync_Should_Return_Empty()
Declaration
public Task GetPagedListAsync_Should_Return_Empty()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
InserManyAsync()
Declaration
public Task InserManyAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Insert_Should_Set_Guid_Id()
Declaration
public Task Insert_Should_Set_Guid_Id()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
InsertAsync()
Declaration
public virtual Task InsertAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Should_Access_To_Other_Collections_In_Same_Context_In_A_Custom_Method()
Declaration
public Task Should_Access_To_Other_Collections_In_Same_Context_In_A_Custom_Method()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
UpdateManyAsync()
Declaration
public Task UpdateManyAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Implements
System.IDisposable
Extension Methods