summaryrefslogtreecommitdiff
path: root/Library/PackageCache/com.unity.test-framework@1.1.11/UnityEditor.TestRunner/Api/ITestRunSettings.cs
blob: ea30021bcf8b84b85eae4435ff650b2a2b8e83d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
using System;

namespace UnityEditor.TestTools.TestRunner.Api
{
    public interface ITestRunSettings : IDisposable
    {
        void Apply();
    }
}