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.
This pr introduces the
DatabaseJockey
class, which acts as a proxy forDatabase
functions that perform DML operations. The class itself has minimal tests, and it comes with a relatedDatabaseJockeyMock
which can be used when testing classes that have a dependency onDatabaseJockey
.