Class SimpleStateCheckerTestBase
Inheritance
object
SimpleStateCheckerTestBase
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.SimpleStateChecking
Assembly: Volo.Abp.Core.Tests.dll
Syntax
public abstract class SimpleStateCheckerTestBase : AbpIntegratedTest<AbpTestModule>, IDisposable
Constructors
SimpleStateCheckerTestBase()
Declaration
public SimpleStateCheckerTestBase()
Fields
SimpleStateCheckerManager
Declaration
protected readonly ISimpleStateCheckerManager<SimpleStateCheckerTestBase.MyStateEntity> SimpleStateCheckerManager
Field Value
| Type | Description |
|---|---|
| ISimpleStateCheckerManager<SimpleStateCheckerTestBase.MyStateEntity> |
Implements
System.IDisposable