summaryrefslogtreecommitdiff
path: root/Library/PackageCache/com.unity.test-framework@1.1.11/UnityEditor.TestRunner/Api/ITestTreeRebuildCallbacks.cs
blob: e71d0266694745ac17074f36ac010e07460e44a1 (plain) (blame)
1
2
3
4
5
6
7
namespace UnityEditor.TestTools.TestRunner.Api
{
    internal interface ITestTreeRebuildCallbacks : ICallbacks
    {
        void TestTreeRebuild(ITestAdaptor test);
    }
}