12 references to Read
Mvc.Api.Analyzers.Test (12)
ActualApiResponseMetadataFactoryTest.cs (2)
364
var testSource = MvcTestSource.
Read
(GetType().Name, "TryGetActualResponseMetadataTests");
424
var testSource = MvcTestSource.
Read
(GetType().Name, test);
AddResponseTypeAttributeCodeFixProviderIntegrationTest.cs (1)
89
return MvcTestSource.
Read
(GetType().Name, fileName)
ApiActionsDoNotRequireExplicitModelValidationCheckAnalyzerIntegrationTest.cs (2)
52
var testSource = MvcTestSource.
Read
(GetType().Name, testMethod);
66
var testSource = MvcTestSource.
Read
(GetType().Name, testMethod);
ApiActionsDoNotRequireExplicitModelValidationCheckCodeFixProviderTest.cs (1)
54
return MvcTestSource.
Read
(GetType().Name, fileName)
ApiControllerFactsTest.cs (1)
128
var testSource = MvcTestSource.
Read
(GetType().Name, testFile);
ApiConventionAnalyzerIntegrationTest.cs (2)
263
var testSource = MvcTestSource.
Read
(GetType().Name, testMethod);
282
var testSource = MvcTestSource.
Read
(GetType().Name, testMethod);
MvcFactsTest.cs (1)
222
var testSource = MvcTestSource.
Read
(GetType().Name, test);
SymbolApiConventionMatcherTest.cs (1)
555
var testSource = MvcTestSource.
Read
(GetType().Name, test);
SymbolApiResponseMetadataProviderTest.cs (1)
476
var testSource = MvcTestSource.
Read
(GetType().Name, test);