chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
0 votes
Why does this test with an MSTest private accessor fail?

[ img ]

ohad said in thread https://www.typemock.com/community/viewtopic.php?p=4577 that "the isolator supports MSTest accessors". Is this true?
asked by Neil (27.7k points)

4 Answers

0 votes
Hi Neil,

The AAA API does not support private accessors :(
From the post you mentioned:

the AAA API does not support private accessors


I'll add the request for this feature to our feature list.
answered by ohad (35.4k points)
0 votes
Hi Ohad,

Which API supports private accessors?

Please do implement private accessor support for the AAA API because all versions of Visual Studio 2010 will have access to MSTest.
answered by Neil (27.7k points)
0 votes
Hi Neil,

The previous API of Isolator, Natural API, supports MS private accessors. You can find the documentation about this API in the developers guide:
https://www.typemock.com/Docs/UserGuide/
Using Typemock Isolator -> Previous Generation API -> Natural Mocks

Best Regards,
Elisha
Typemock Support
answered by Elisha (12k points)
0 votes
Thanks Elisha.
answered by Neil (27.7k points)
...