using System.Collections.Generic; using UnityEditor; using UnityEditor.TestTools.TestRunner.GUI; namespace TestRunner.Callbacks { internal class WindowResultUpdaterDataHolder : ScriptableSingleton { public List CachedResults = new List(); } }