Click or drag to resize

AutoMockVerifyAll Property

Gets or sets a value indicating whether all mocks are verified.

Namespace:  Autofac.Extras.Moq
Assembly:  Autofac.Extras.Moq (in Autofac.Extras.Moq.dll) Version: 6.0.0+4195b730a1f4c2330f7a6e7642c9ad63581968b7
Syntax
public bool VerifyAll { get; set; }

Property Value

Type: Boolean
to verify all mocks; (default) to verify only mocks marked Verifiable.
See Also