Files
2019-09-29 19:40:54 -04:00

10 lines
154 B
C#

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