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