7 lines
No EOL
181 B
C#
7 lines
No EOL
181 B
C#
namespace UnityEditor.TestTools.TestRunner.Api
|
|
{
|
|
internal interface ITestLauncherFactory
|
|
{
|
|
TestLauncherBase GetLauncher(ExecutionSettings executionSettings);
|
|
}
|
|
} |