1using System; 2 3namespace UnityEditor.TestTools.TestRunner.CommandLineTest 4{ 5 [Serializable] 6 internal class ExecutionSettings 7 { 8 public string TestResultsFile; 9 public string DeviceLogsDirectory; 10 } 11}