1 instantiation of TypeInfo
RunTests (1)
AssemblyScheduler.cs (1)
264.Select(group => new TypeInfo(GetName(group.Key), group.Key, group.Select(test => new TestMethodInfo(GetName(test), test, TimeSpan.Zero)).ToImmutableArray()))
7 references to TypeInfo
RunTests (7)
AssemblyScheduler.cs (7)
95private static ImmutableSortedDictionary<string, ImmutableArray<TypeInfo>> UpdateTestsWithExecutionTimes( 96ImmutableSortedDictionary<string, ImmutableArray<TypeInfo>> assemblyTypes, 115TypeInfo WithTypeExecutionTime(TypeInfo typeInfo) 159ImmutableSortedDictionary<string, ImmutableArray<TypeInfo>> typeInfos, 176foreach (var type in types) 248private static ImmutableArray<TypeInfo> GetTypeInfoList(string assemblyFilePath)