Maze / Library /PackageCache /com.unity.test-framework@1.1.33 /UnityEditor.TestRunner /CommandLineTest /ExecutionSettings.cs
| using System; | |
| namespace UnityEditor.TestTools.TestRunner.CommandLineTest | |
| { | |
| [] | |
| internal class ExecutionSettings | |
| { | |
| public string TestResultsFile; | |
| public string DeviceLogsDirectory; | |
| } | |
| } | |