AutoMocker.CallBase property

April 20, 2021 · View on GitHub

Whether the base member virtual implementation will be called for created mocks if no setup is matched. Defaults to false.

public bool CallBase { get; }

See Also