using UnityEngine.TestTools; namespace UnityEditor.TestTools.TestRunner { internal class PostbuildCleanupAttributeFinder : AttributeFinderBase { public PostbuildCleanupAttributeFinder() : base(attribute => attribute.TargetClass) {} } }