bea2dce063
test
12 lines
228 B
C#
12 lines
228 B
C#
using System;
|
|
|
|
namespace UnityEditor.TestTools.TestRunner.CommandLineTest
|
|
{
|
|
[Serializable]
|
|
internal class ExecutionSettings
|
|
{
|
|
public string TestResultsFile;
|
|
public string DeviceLogsDirectory;
|
|
}
|
|
}
|