4 references to Instances
Microsoft.VisualStudio.Extensibility.Testing.Xunit (4)
src\VisualStudio\IntegrationTest\Harness\XUnitShared\Threading\IdeFactDiscoverer.cs (4)
57
var testAssembly = new TestAssembly(new ReflectionAssemblyInfo(typeof(
Instances
).Assembly));
58
var testCollection = new TestCollection(testAssembly, collectionDefinition: null, nameof(
Instances
));
59
var testClass = new TestClass(testCollection, new ReflectionTypeInfo(typeof(
Instances
)));
60
var testMethod = testClass.Class.GetMethods(false).Single(method => method.Name == nameof(
Instances
.VisualStudio));