Completed
Last Updated: 08 Dec 2021 08:57 by ADMIN
Mihail
Created on: 18 Jun 2021 13:51
Type: Feature Request
1
Create a Mock.Assert() to verify all mock objects
Create a Mock.Assert(); or a similar method that will verify all mock objects arranged for the current test method complies with the set expectation.
3 comments
ADMIN
Mihail
Posted on: 08 Dec 2021 08:57

The feature is implemented and shipped with R3 SP1 2021(2021.3.1110.1).

 

Regards,
Mihail
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

ADMIN
Mihail
Posted on: 13 Jul 2021 07:34

Hi John,

Thank you for the recommendation. We will have it into consideration when implementing the functionality.
If you have further recommendations on how we can improve JustMock do not hesitate to get back to us.

Regards,
Mihail
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

John
Posted on: 09 Jul 2021 21:10
I'm thinking Mock.AssertAll(); would be more consistent with what I'd like to see.  In any case, the difference between Assert() and AssertAll() needs to be documented better, last I checked.