TestInputArtifacts Class
- java.
lang. Object - com.
azure. developer. loadtesting. models. TestInputArtifacts
- com.
Implements
public final class TestInputArtifacts
implements JsonSerializable<TestInputArtifacts>
The input artifacts for the test.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Test |
fromJson(JsonReader jsonReader)
Reads an instance of Test |
|
List<Test |
getAdditionalFileInfo()
Get the additional |
|
Test |
getConfigFileInfo()
Get the config |
|
Test |
getInputArtifactsZipFileInfo()
Get the input |
|
Test |
getTestScriptFileInfo()
Get the test |
|
Test |
getUrlTestConfigFileInfo()
Get the url |
|
Test |
getUserPropertyFileInfo()
Get the user |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static TestInputArtifacts fromJson(JsonReader jsonReader)
Reads an instance of TestInputArtifacts from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalFileInfo
public List<TestFileInfo> getAdditionalFileInfo()
Get the additionalFileInfo property: Additional supported files for the test run.
Returns:
getConfigFileInfo
public TestFileInfo getConfigFileInfo()
Get the configFileInfo property: The load test YAML file that contains the the test configuration.
Returns:
getInputArtifactsZipFileInfo
public TestFileInfo getInputArtifactsZipFileInfo()
Get the inputArtifactsZipFileInfo property: The zip file with all input artifacts.
Returns:
getTestScriptFileInfo
public TestFileInfo getTestScriptFileInfo()
Get the testScriptFileInfo property: The test script file for the test run.
Returns:
getUrlTestConfigFileInfo
public TestFileInfo getUrlTestConfigFileInfo()
Get the urlTestConfigFileInfo property: The config json file for url based test.
Returns:
getUserPropertyFileInfo
public TestFileInfo getUserPropertyFileInfo()
Get the userPropertyFileInfo property: The user properties file.
Returns: