Skip to content

Commit

Permalink
Added author and since on methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
Triopticon committed Aug 28, 2024
1 parent a518522 commit c19b0d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/platform-utility/CustomMetadataDAO/CustomMetadataDAO.cls
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,18 @@
public class CustomMetadataDAO {
/**
* @description Is used to set the Custom Metadata Records in Unit Tests.
*
* @author Kenneth Soerensen ([email protected]), NAV
* @since 0.1.0, August 2024
*/
@TestVisible
static private Map<String, List<SObject>> customMetadataRecordsMap = new Map<String, List<SObject>>();

/**
* @description Get the Custom Metadata Records based on the SOQL query string provided.
*
* @author Kenneth Soerensen ([email protected]), NAV
* @since 0.1.0, August 2024
* @param query The SOQL query string to fetch the Custom Metadata Records.
* @returns Return a list of Custom Metadata Records as `List<SObject>`
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ public class CustomMetadataDAOTest {
/**
* @description A utility method to set custom metadata records for the tests.
*
* @author Kenneth Soerensen ([email protected]), NAV
* @since 0.1.0, August 2024
* @param query The SOQL query string to fetch the Custom Metadata Records.
* @param records Set Custom Metadata Records for the tests.
* @example
Expand Down

0 comments on commit c19b0d7

Please sign in to comment.