Class LocalDistributedLock_Tests
Inheritance
object
LocalDistributedLock_Tests
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.DistributedLocking
Assembly: Volo.Abp.DistributedLocking.Abstractions.Tests.dll
Syntax
public class LocalDistributedLock_Tests : AbpDistributedLockingAbstractionsTestBase, IDisposable
Constructors
LocalDistributedLock_Tests()
Declaration
public LocalDistributedLock_Tests()
Methods
Should_Be_Instance_Of_LocalAbpDistributedLock()
Declaration
public void Should_Be_Instance_Of_LocalAbpDistributedLock()
Should_Lock_With_TryAcquire()
Declaration
public Task Should_Lock_With_TryAcquire()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Not_Acquire_If_Already_Locked()
Declaration
public Task Should_Not_Acquire_If_Already_Locked()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Should_Obtain_Multiple_Locks()
Declaration
public Task Should_Obtain_Multiple_Locks()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
System.IDisposable