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
Hi everyone. Hey I am new to TypeMock and learning it for my boss and team. I am trying to write a test with a beginning setup like:
[TestMethod]
[Isolated]
public class MyMethodTest
{
...
}
What "using ...;" reference statement do need to use the [Isolated] and Isolate.<something> method and classes. Right now with the [Isolated] attribute written, VS tells me that "Cannot resolve symbol 'Isolated' "?
asked by poseiden79 (640 points)

1 Answer

0 votes
It's all good. I found what I needed.
answered by poseiden79 (640 points)
...