justicenation / slashclock

/clock concept as a new Slack app
GNU General Public License v3.0
0 stars 0 forks source link

Use DatabaseJockey to streamline Apex tests #55

Closed martyychang closed 5 years ago

martyychang commented 5 years ago

This pr introduces the DatabaseJockey class, which acts as a proxy for Database functions that perform DML operations. The class itself has minimal tests, and it comes with a related DatabaseJockeyMock which can be used when testing classes that have a dependency on DatabaseJockey.