Table of Contents

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

SfApexClass

ApexClassId

Class ID

Name: ApexClassId

SF Type: reference

Nillable: False

[JsonProperty(PropertyName = "apexClassId")]
public string ApexClassId { get; set; }

Property Value

string

ApexLog

ReferenceTo: ApexLog

RelationshipName: ApexLog

[JsonProperty(PropertyName = "apexLog")]
[Updateable(false)]
[Createable(false)]
public SfApexLog ApexLog { get; set; }

Property Value

SfApexLog

ApexLogId

Log ID

Name: ApexLogId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "apexLogId")]
public string ApexLogId { get; set; }

Property Value

string

ApexTestRunResult

ReferenceTo: ApexTestRunResult

RelationshipName: ApexTestRunResult

[JsonProperty(PropertyName = "apexTestRunResult")]
[Updateable(false)]
[Createable(false)]
public SfApexTestRunResult ApexTestRunResult { get; set; }

Property Value

SfApexTestRunResult

ApexTestRunResultId

ApexTestRunResult ID

Name: ApexTestRunResultId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "apexTestRunResultId")]
public string ApexTestRunResultId { get; set; }

Property Value

string

AsyncApexJob

ReferenceTo: AsyncApexJob

RelationshipName: AsyncApexJob

[JsonProperty(PropertyName = "asyncApexJob")]
[Updateable(false)]
[Createable(false)]
public SfAsyncApexJob AsyncApexJob { get; set; }

Property Value

SfAsyncApexJob

AsyncApexJobId

Apex Job ID

Name: AsyncApexJobId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "asyncApexJobId")]
public string AsyncApexJobId { get; set; }

Property Value

string

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

string

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

string

MethodName

Method Name

Name: MethodName

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "methodName")]
public string MethodName { get; set; }

Property Value

string

Outcome

Pass/Fail

Name: Outcome

SF Type: picklist

Nillable: False

[JsonProperty(PropertyName = "outcome")]
public string Outcome { get; set; }

Property Value

string

QueueItem

ReferenceTo: ApexTestQueueItem

RelationshipName: QueueItem

[JsonProperty(PropertyName = "queueItem")]
[Updateable(false)]
[Createable(false)]
public SfApexTestQueueItem QueueItem { get; set; }

Property Value

SfApexTestQueueItem

QueueItemId

Apex Test Queue Item ID

Name: QueueItemId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "queueItemId")]
public string QueueItemId { get; set; }

Property Value

string

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

string

StackTrace

Stack Trace

Name: StackTrace

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "stackTrace")]
public string StackTrace { get; set; }

Property Value

string

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?

TestTimestamp

Time Started

Name: TestTimestamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "testTimestamp")]
public DateTimeOffset? TestTimestamp { get; set; }

Property Value

DateTimeOffset?