5 references to IdeFactDiscoverer
Microsoft.VisualStudio.Extensibility.Testing.Xunit (5)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Threading\IdeInstanceTestCase.cs (1)
45
var candidateTestCase = new IdeInstanceTestCase(diagnosticMessageSink, discoveryOptions.MethodDisplayOrDefault(), discoveryOptions.MethodDisplayOptionsOrDefault(),
IdeFactDiscoverer
.CreateVisualStudioTestMethod(), visualStudioInstanceKey);
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Threading\IdeTheoryDiscoverer.cs (4)
20
foreach (var supportedInstance in
IdeFactDiscoverer
.GetSupportedInstances(testMethod, theoryAttribute))
32
foreach (var supportedInstance in
IdeFactDiscoverer
.GetSupportedInstances(testMethod, theoryAttribute))
40
foreach (var supportedInstance in
IdeFactDiscoverer
.GetSupportedInstances(testMethod, theoryAttribute))
52
foreach (var supportedInstance in
IdeFactDiscoverer
.GetSupportedInstances(testMethod, theoryAttribute))