Class Auditing_Tests<TStartupModule>
Inheritance
object
AbpIntegratedTest<TStartupModule>
TestAppTestBase<TStartupModule>
Auditing_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()
Namespace: Volo.Abp.TestApp.Testing
Assembly: Volo.Abp.TestApp.dll
Syntax
public abstract class Auditing_Tests<TStartupModule> : TestAppTestBase<TStartupModule>, IDisposable where TStartupModule : IAbpModule
Type Parameters
| Name | Description |
|---|---|
| TStartupModule |
Constructors
Auditing_Tests()
Declaration
protected Auditing_Tests()
Fields
Clock
Declaration
protected readonly IClock Clock
Field Value
| Type | Description |
|---|---|
| IClock |
CurrentUserId
Declaration
protected Guid? CurrentUserId
Field Value
| Type | Description |
|---|---|
| System.Guid? |
DataFilter
Declaration
protected readonly IDataFilter DataFilter
Field Value
| Type | Description |
|---|---|
| IDataFilter |
PersonRepository
Declaration
protected readonly IRepository<Person, Guid> PersonRepository
Field Value
| Type | Description |
|---|---|
| IRepository<Person, System.Guid> |
Methods
AfterAddApplication(IServiceCollection)
Declaration
protected override void AfterAddApplication(IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.Extensions.DependencyInjection.IServiceCollection | services |
Overrides
Volo.Abp.Testing.AbpIntegratedTest<TStartupModule>.AfterAddApplication(Microsoft.Extensions.DependencyInjection.IServiceCollection)
Should_Set_Creation_Properties(string)
Declaration
public Task Should_Set_Creation_Properties(string currentUserId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | currentUserId |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Set_Deletion_Properties(string)
Declaration
public Task Should_Set_Deletion_Properties(string currentUserId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | currentUserId |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Set_Modification_Properties(string)
Declaration
public Task Should_Set_Modification_Properties(string currentUserId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | currentUserId |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
System.IDisposable