pub struct TestResultCreateModel {Show 26 fields
pub area: Option<ShallowReference>,
pub associated_work_items: Vec<i32>,
pub automated_test_id: Option<String>,
pub automated_test_name: Option<String>,
pub automated_test_storage: Option<String>,
pub automated_test_type: Option<String>,
pub automated_test_type_id: Option<String>,
pub comment: Option<String>,
pub completed_date: Option<String>,
pub computer_name: Option<String>,
pub configuration: Option<ShallowReference>,
pub custom_fields: Vec<CustomTestField>,
pub duration_in_ms: Option<String>,
pub error_message: Option<String>,
pub failure_type: Option<String>,
pub outcome: Option<String>,
pub owner: Option<IdentityRef>,
pub resolution_state: Option<String>,
pub run_by: Option<IdentityRef>,
pub stack_trace: Option<String>,
pub started_date: Option<String>,
pub state: Option<String>,
pub test_case: Option<ShallowReference>,
pub test_case_priority: Option<String>,
pub test_case_title: Option<String>,
pub test_point: Option<ShallowReference>,
}Fields§
§area: Option<ShallowReference>An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.
associated_work_items: Vec<i32>§automated_test_id: Option<String>§automated_test_name: Option<String>§automated_test_storage: Option<String>§automated_test_type: Option<String>§automated_test_type_id: Option<String>§comment: Option<String>§completed_date: Option<String>§computer_name: Option<String>§configuration: Option<ShallowReference>An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.
custom_fields: Vec<CustomTestField>§duration_in_ms: Option<String>§error_message: Option<String>§failure_type: Option<String>§outcome: Option<String>§owner: Option<IdentityRef>§resolution_state: Option<String>§run_by: Option<IdentityRef>§stack_trace: Option<String>§started_date: Option<String>§state: Option<String>§test_case: Option<ShallowReference>An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.
test_case_priority: Option<String>§test_case_title: Option<String>§test_point: Option<ShallowReference>An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.
Implementations§
Trait Implementations§
Source§impl Clone for TestResultCreateModel
impl Clone for TestResultCreateModel
Source§fn clone(&self) -> TestResultCreateModel
fn clone(&self) -> TestResultCreateModel
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more