
Michel Corbin
Top achievements
Rank 1
Michel Corbin
asked on 28 Jul 2010, 02:53 AM
I have a problem where concrete class is not able to be mocked. I see recently in an other post that the problem was corrected just after the build was released but I'm not able to see if this is correct because no nightly build is available now. Is nightly build just available for registered users?
5 Answers, 1 is accepted
0
Hi Samuel,
We haven’t uploaded a "Nightly build" for JustMock yet, since we are going to ship a service pack in a few days time. Let me know if you need an internal build, then we will send you one in the specified email address in the ticket.
With Regards,
the Telerik team
We haven’t uploaded a "Nightly build" for JustMock yet, since we are going to ship a service pack in a few days time. Let me know if you need an internal build, then we will send you one in the specified email address in the ticket.
With Regards,
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0

Michel Corbin
Top achievements
Rank 1
answered on 29 Jul 2010, 03:23 PM
Yes I want an Internal build because without this, I can't take a decision if your product satisfy all my requirements. e.g. Mocking concrete class.
0
Hi Samuel,
An internal build is sent to your account, please let me know if that solves your issue. Also, from previous thread i am attaching the FileManager mocking example using VB that might help.
With Regards,
the Telerik team
An internal build is sent to your account, please let me know if that solves your issue. Also, from previous thread i am attaching the FileManager mocking example using VB that might help.
With Regards,
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0

Michel Corbin
Top achievements
Rank 1
answered on 31 Jul 2010, 03:07 PM
Thank you, I have received the internal build and it work perfectly. However, the fact that when I use this feature activate the advanced profiler who is more slower, I think I will prefere to refactor my code to always use interface as a best practice.
0
Hi Samuel,
It's great that things are working for you. Also, wrapping external library calls with interface when you can or have the option to do so, is always a good practice rather having direct dependencies :-).
With Regards,
the Telerik team
It's great that things are working for you. Also, wrapping external library calls with interface when you can or have the option to do so, is always a good practice rather having direct dependencies :-).
With Regards,
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items