12 lines
228 B
C#
Raw Permalink Normal View History

2025-05-18 01:04:31 +08:00
using System;
namespace UnityEditor.TestTools.TestRunner.CommandLineTest
{
[Serializable]
internal class ExecutionSettings
{
public string TestResultsFile;
public string DeviceLogsDirectory;
}
}