Skip to content

Commit

Permalink
[WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
jongpie committed Oct 16, 2024
1 parent 7e74149 commit e2b2a57
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@
* (e.g., `Value__c = 'anything besides "true" or "false"`), then the associated feature in Nebula Logger may not behave the way
* that developers/admins expect.
*
* But for Nebula Logger's own tests, it shouldn't rely on the org's actual CMDT records, it needs to be able to provide mocks & test in isolation
* to validate that different combinations of different configurations will work as expected. This class is used to:
* But for Nebula Logger's own tests, it shouldn't rely on the org's actual CMDT records, it needs to be able to provide
* mocks & test in isolation to validate that different combinations of different configurations will work as expected.
*
* This class is used to:
* - Centralize all of the CMDT queries/retrievals used by Nebula Logger's codebase
* - Provide a way for Nebula Logger's tests to be run independently of the org's actual CMDT records
*/
Expand Down

0 comments on commit e2b2a57

Please sign in to comment.