Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 387 Bytes

MockDMLHandler.md

File metadata and controls

27 lines (17 loc) · 387 Bytes

MockDMLHandler Class

abstract

MockDMLHandler is an abstract class that provides a base class for mocking DML operations.

Since

3/9/2024

Group DML Engine

Author Zackary Frazier

Methods

wasCalled()

Returns true if the method was called, otherwise false.

Signature

public Boolean wasCalled()

Return Type

Boolean

,[object Object]