TestRunArtifacts Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. TestRunArtifacts
- com.
Implements
public final class TestRunArtifacts
implements JsonSerializable<TestRunArtifacts>
Collection of test run artifacts.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Test |
fromJson(JsonReader jsonReader)
Reads an instance of Test |
|
Test |
getInputArtifacts()
Get the input |
|
Test |
getOutputArtifacts()
Get the output |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static TestRunArtifacts fromJson(JsonReader jsonReader)
Reads an instance of TestRunArtifacts from the JsonReader.
Parameters:
Returns:
Throws:
getInputArtifacts
public TestRunInputArtifacts getInputArtifacts()
Get the inputArtifacts property: The input artifacts for the test run.
Returns:
getOutputArtifacts
public TestRunOutputArtifacts getOutputArtifacts()
Get the outputArtifacts property: The output artifacts for the test run.
Returns: