2 references to DoSomething
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (2)
DataAnnotationsModelValidatorTest.cs (2)
400
service.Setup(x => x.
DoSomething
()).Verifiable();
414
receivedService.
DoSomething
();