typemock Questions

5

Solved

Is there any F/OSS alternative of Typemock Isolator .NET?
Pavement asked 5/4, 2011 at 17:44

4

Solved

If my unit tests rely on the file system and I need to mock this, what is the best way to go about this? Thanks
Minutiae asked 15/2, 2010 at 14:36

1

Solved

I have two unit tests that use TypeMock Isolator to isolate and fake a method from asp.net's SqlMembershipProvider. In test 1 I have: Isolate.WhenCalled( () => Membership.CreateUser(...))) ...
Ecclesia asked 23/6, 2015 at 20:8

2

Solved

I understand how to mock interfaces or virtual method calls. But frameworks like TypeMock can mock everything in the framework. Which .NET mechanisms are used to provide such functions?
Multidisciplinary asked 9/9, 2010 at 21:14

2

Solved

Is there a way to hide the huge symbols that Typemock Isolator adds to the Visual Studio editor window once installed - the orange shield at the top and the orange/green shields near each method? I...

4

Solved

Can it be done without using TypeMock Islolator? I've found a few suggestions online such as passing in a metadata only connection string, however nothing I've come across besides TypeMock seems to...
Italianate asked 24/4, 2010 at 3:24

4

Solved

I know that this is a subjective question... Typemock is $799 per developer. Licences for 5 devs comes up to a pretty large sum. If someone here used Typemock and given that there are open s...
Suggs asked 7/6, 2010 at 20:8

3

Solved

I've started TDD some weeks ago. I have to do Unit Tests on a C# code full of non-virtual methods and there is no much interface either. Therefore, after I've been studying RhinoMock and Moq,...
Dean asked 22/4, 2011 at 12:32

5

Solved

I cannot find a specific feature-by-feature comparison of Moq and Rhino. All the questions are "which do you like better and why", or "here's how you do a simple mock in rhino and how it's done in ...
Demolish asked 27/3, 2009 at 17:42

1

Solved

As some of you will know, it is generally not possible to mock a static method in .net. By mocking, I mean to replace a method in a class with another method with the same signature, usually for t...
Immortelle asked 8/7, 2010 at 19:6

6

Solved

I need to choose mock framework to new project. What are the pros and cons for those frameworks? Any comparison table? I know that JustMock is i beta stage but it's look very good right n...
Kinchen asked 14/4, 2010 at 11:53

2

Solved

I hope this question is not 'controversial' - I'm just basically asking - has anyone here purchased TypeMock and been happy (or unhappy) with the results? We are a small dev shop of only 12 ...
Kinaesthesia asked 4/3, 2010 at 1:51

4

Solved

I'm trying to define a way to simulate an case on accessing into a database without accessing... That's probably sounds quite crazy, but it's not. Here is an example about a method i would like to...
Buffalo asked 2/9, 2009 at 15:31

4

Solved

I am just starting to do Test Driven Development, and I am wondering the major differences between RhinoMock, TypeMock, and NUnit's built-in mocking? Any information would be greatly appreciated! ...
Ventriculus asked 4/9, 2009 at 13:23

2

I'm trying to test some classes I've made using mocks, but I've seen all free mocking frameworks in c# aren't able to mock non-virtual methods (if it is not in an interface). But, there's T...
Coastline asked 2/7, 2009 at 10:43
1

© 2022 - 2024 — McMap. All rights reserved.