TestRunDetail Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. TestRunDetail
- com.
Implements
public final class TestRunDetail
implements JsonSerializable<TestRunDetail>
Details of a particular test run for a test profile run.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Test |
fromJson(JsonReader jsonReader)
Reads an instance of Test |
| String |
getConfigurationId()
Get the configuration |
| Map<String,String> |
getProperties()
Get the properties property: Key value pair of extra properties associated with the test run. |
|
Test |
getStatus()
Get the status property: Status of the test run. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static TestRunDetail fromJson(JsonReader jsonReader)
Reads an instance of TestRunDetail from the JsonReader.
Parameters:
Returns:
Throws:
getConfigurationId
public String getConfigurationId()
Get the configurationId property: ID of the configuration on which the test ran.
Returns:
getProperties
public Map<String,String> getProperties()
Get the properties property: Key value pair of extra properties associated with the test run.
Returns:
getStatus
public TestRunStatus getStatus()
Get the status property: Status of the test run.
Returns: