LoadTestingModelFactory.TestRunDetail Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of TestRunDetail.
public static Azure.Developer.LoadTesting.TestRunDetail TestRunDetail(Azure.Developer.LoadTesting.TestRunStatus status = default, string configurationId = default, System.Collections.Generic.IReadOnlyDictionary<string,string> properties = default);
static member TestRunDetail : Azure.Developer.LoadTesting.TestRunStatus * string * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.Developer.LoadTesting.TestRunDetail
Public Shared Function TestRunDetail (Optional status As TestRunStatus = Nothing, Optional configurationId As String = Nothing, Optional properties As IReadOnlyDictionary(Of String, String) = Nothing) As TestRunDetail
Parameters
- status
- TestRunStatus
Status of the test run.
- configurationId
- String
ID of the configuration on which the test ran.
- properties
- IReadOnlyDictionary<String,String>
Key value pair of extra properties associated with the test run.
Returns
A new TestRunDetail instance for mocking.