2 references to GetName
RunTests (2)
AssemblyScheduler.cs (2)
323
.Select(group => new TypeInfo(
GetName
(group.Key), group.Key, group.Select(test => new TestMethodInfo(
GetName
(test), test, TimeSpan.Zero)).ToImmutableArray()))