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
parameterdescription
TService

See Also