Summary
    Represents a test result associated with a 
		AzureDevOpsTestRun.
    - Namespace
- Cake.AzureDevOps .Pipelines 
- Base Types
- 
									- object
 
							graph BT
	Type-->Base0["object"]
	Type["AzureDevOpsTestResult"]
class Type type-node
						
					Syntax
public class AzureDevOpsTestResultProperties
| Name | Value | Summary | 
|---|---|---|
| AutomatedTestName | string | 
    Gets the automated test name.
     | 
| ErrorMessage | string | 
    Gets the message of the test.
     | 
| Outcome | string | 
    Gets the outcome of the test.
     |