pixelgon/Library/PackageCache/com.unity.test-framework@1.1.3/UnityEditor.TestRunner/Api/ITestLauncherFactory.cs
2020-06-05 11:54:36 -07:00

7 lines
No EOL
181 B
C#

namespace UnityEditor.TestTools.TestRunner.Api
{
internal interface ITestLauncherFactory
{
TestLauncherBase GetLauncher(ExecutionSettings executionSettings);
}
}