• Swapna Prasade
  • NEWBIE
  • 10 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
In Apex Test , i need to verify that specific method of the Apex class that i am testing, is getting called when i run the test. I am looking for something similar to .toHaveBeenCalledTimes () that is available in javascript.

Appreciate any help on this!
In Apex Test , i need to verify that specific method of the Apex class that i am testing, is getting called when i run the test. I am looking for something similar to .toHaveBeenCalledTimes () that is available in javascript.

Appreciate any help on this!