Class SfApexTestResult
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Apex Test Result
SObject Name: ApexTestResult
Custom Object: False
public class SfApexTestResult : SObject
- Inheritance
-
SfApexTestResult
- Inherited Members
Properties
ApexClass
ReferenceTo: ApexClass
RelationshipName: ApexClass
[JsonProperty(PropertyName = "apexClass")]
[Updateable(false)]
[Createable(false)]
public SfApexClass ApexClass { get; set; }
Property Value
ApexClassId
Class ID
Name: ApexClassId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "apexClassId")]
public string ApexClassId { get; set; }
Property Value
ApexLog
ReferenceTo: ApexLog
RelationshipName: ApexLog
[JsonProperty(PropertyName = "apexLog")]
[Updateable(false)]
[Createable(false)]
public SfApexLog ApexLog { get; set; }
Property Value
ApexLogId
Log ID
Name: ApexLogId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "apexLogId")]
public string ApexLogId { get; set; }
Property Value
ApexTestRunResult
ReferenceTo: ApexTestRunResult
RelationshipName: ApexTestRunResult
[JsonProperty(PropertyName = "apexTestRunResult")]
[Updateable(false)]
[Createable(false)]
public SfApexTestRunResult ApexTestRunResult { get; set; }
Property Value
ApexTestRunResultId
ApexTestRunResult ID
Name: ApexTestRunResultId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "apexTestRunResultId")]
public string ApexTestRunResultId { get; set; }
Property Value
AsyncApexJob
ReferenceTo: AsyncApexJob
RelationshipName: AsyncApexJob
[JsonProperty(PropertyName = "asyncApexJob")]
[Updateable(false)]
[Createable(false)]
public SfAsyncApexJob AsyncApexJob { get; set; }
Property Value
AsyncApexJobId
Apex Job ID
Name: AsyncApexJobId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "asyncApexJobId")]
public string AsyncApexJobId { get; set; }
Property Value
Id
Apex Test Result ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsTestSetup
Is Test Setup
Name: IsTestSetup
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isTestSetup")]
public bool? IsTestSetup { get; set; }
Property Value
- bool?
Message
Error Message
Name: Message
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "message")]
public string Message { get; set; }
Property Value
MethodName
Method Name
Name: MethodName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "methodName")]
public string MethodName { get; set; }
Property Value
Outcome
Pass/Fail
Name: Outcome
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "outcome")]
public string Outcome { get; set; }
Property Value
QueueItem
ReferenceTo: ApexTestQueueItem
RelationshipName: QueueItem
[JsonProperty(PropertyName = "queueItem")]
[Updateable(false)]
[Createable(false)]
public SfApexTestQueueItem QueueItem { get; set; }
Property Value
QueueItemId
Apex Test Queue Item ID
Name: QueueItemId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "queueItemId")]
public string QueueItemId { get; set; }
Property Value
RunTime
Run Time
Name: RunTime
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "runTime")]
public int? RunTime { get; set; }
Property Value
- int?
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
StackTrace
Stack Trace
Name: StackTrace
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "stackTrace")]
public string StackTrace { get; set; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
TestTimestamp
Time Started
Name: TestTimestamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "testTimestamp")]
public DateTimeOffset? TestTimestamp { get; set; }