Class FakeLockManagerService
Represents a fake implementation of LockManagerService, typically used as a test double to provide controlled or simplified behavior in unit tests.
public class FakeLockManagerService : LockManagerService
- Inheritance
-
FakeLockManagerService
- Inherited Members
- Extension Methods
Remarks
Inherits all members from LockManagerService and is intended to be used in place of the real service when actual locking functionality is not required.
Constructors
FakeLockManagerService()
public FakeLockManagerService()