Class RecordedTesting
Inheritance
RecordedTesting
Syntax
public static class RecordedTesting
Fields
GAMESIM_API_ENDPOINT
Declaration
public const string GAMESIM_API_ENDPOINT = "https://api.prd.gamesimulation.unity3d.com"
Field Value
Methods
GetAllRecordedTests()
Declaration
public static List<TestRecordingData> GetAllRecordedTests()
Returns
GetLocalRecordingFile(String)
Declaration
public static string GetLocalRecordingFile(string testName)
Parameters
Type |
Name |
Description |
String |
testName |
|
Returns
SetupCloudUTFTests(String)
Setup test with cloud recordings and prepare play back
Declaration
public static void SetupCloudUTFTests(string testName)
Parameters
Type |
Name |
Description |
String |
testName |
|
SetupRecordedTest(String)
Set up the test with recording data and prepare to play back the recording
Declaration
public static void SetupRecordedTest(string testName)
Parameters
Type |
Name |
Description |
String |
testName |
The fully qualified name of the test method (NUnit.Framework.TestContext.CurrentContext.Test.FullName)
|
TestPlayToEnd()
Declaration
public static IEnumerator TestPlayToEnd()
Returns