AutoMocker.SetupAllProperties<TService> method
April 20, 2021 · View on GitHub
Shortcut for mock.SetupAllProperties(), creating the mock when necessary
public Mock<TService> SetupAllProperties<TService>()
where TService : class
| parameter | description |
|---|---|
| TService |
See Also
- class AutoMocker
- namespace Moq.AutoMock