Files
2020-07-21 15:43:56 +09:00

10 lines
152 B
C#

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