Creates a mock object that behaves like a BaseEntity with getter/setter properties.
Since BaseEntity uses getter/setters, the spread operator doesn't work on real entities.
This creates a Proxy-based mock that supports Get(), Set(), GetAll(), and property access.
Creates a mock object that behaves like a BaseEntity with getter/setter properties. Since BaseEntity uses getter/setters, the spread operator doesn't work on real entities. This creates a Proxy-based mock that supports Get(), Set(), GetAll(), and property access.