Show / Hide Table of Contents

Class FailedTest

summary of a failed test

Inheritance
object
FailedTest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ClusterhealthService.Models
Assembly: OCI.DotNetSDK.Clusterhealth.dll
Syntax
public class FailedTest

Properties

RecommendedAction

Declaration
[JsonProperty(PropertyName = "recommendedAction")]
public string RecommendedAction { get; set; }
Property Value
Type Description
string

recommended action

TestName

Declaration
[JsonProperty(PropertyName = "testName")]
public string TestName { get; set; }
Property Value
Type Description
string

name of the test

In this article
Back to top