Skip to content

Commit

Permalink
[skip ci] Updated ApexDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
jongpie committed May 2, 2022
1 parent a3d3e0d commit b51b6ce
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 69 deletions.
69 changes: 0 additions & 69 deletions docs/apex/Configuration/LoggerSObjectTestDataGenerator.md

This file was deleted.

28 changes: 28 additions & 0 deletions docs/apex/Test-Utilities/LoggerMockDataCreator.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,34 @@ MockHttpCallout

The instance of `MockHttpCallout`

#### `createHttpRequest()``HttpRequest`

Generates an instance of `HttpRequest`. This can be used when testing logging capabilities for instances of `HttpRequest`.

##### Return

**Type**

HttpRequest

**Description**

The instance of `HttpRequest`

#### `createHttpResponse()``HttpResponse`

Generates an instance of `HttpResponse`. This can be used when testing logging capabilities for instances of `HttpResponse`.

##### Return

**Type**

HttpResponse

**Description**

The instance of `HttpResponse`

#### `createId(Schema.SObjectType sobjectType)``String`

Generates a mock record ID for the provided SObject Type
Expand Down

0 comments on commit b51b6ce

Please sign in to comment.