Update user_guide_src/source/testing/mocking.rst

Co-authored-by: MGatner <mgatner@icloud.com>
This commit is contained in:
Lonnie Ezell 2021-06-14 08:17:05 -05:00 committed by John Paul E. Balandan, CPA
parent d2e9a64b00
commit 0a2b74b2ec

View File

@ -2,7 +2,7 @@
Mocking System Classes
######################
Several classes within the framework provide mocked versions of the classes that can be used during testing. These classes
Several components within the framework provide mocked versions of their classes that can be used during testing. These classes
can take the place of the normal class during test execution, often providing additional assertions to test that actions
have taken place (or not taken place) during the execution of the test. This might be checking data gets cached correctly,
emails were sent correctly, etc.