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)
95
private static ImmutableSortedDictionary<string, ImmutableArray<
TypeInfo
>> UpdateTestsWithExecutionTimes(
96
ImmutableSortedDictionary<string, ImmutableArray<
TypeInfo
>> assemblyTypes,
115
TypeInfo
WithTypeExecutionTime(
TypeInfo
typeInfo)
159
ImmutableSortedDictionary<string, ImmutableArray<
TypeInfo
>> typeInfos,
176
foreach (
var
type in types)
248
private static ImmutableArray<
TypeInfo
> GetTypeInfoList(string assemblyFilePath)