Class RecordedTesting
Inheritance
RecordedTesting
Syntax
public static class RecordedTesting
Methods
CreateFileFromResource(String, String)
Declaration
public static string CreateFileFromResource(string resourcePath, string fileName)
Parameters
Returns
GetAllRecordedTests()
Declaration
public static List<TestRecordingData> GetAllRecordedTests()
Returns
GetLocalRecordingFile(String)
Declaration
public static string GetLocalRecordingFile(string testName)
Parameters
Type |
Name |
Description |
String |
testName |
|
Returns
IsRecordedTest(String)
Declaration
public static bool IsRecordedTest(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