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