Given the following conditions: a very old, big, C# legacy code base with no testcoverage whatsoever (almost) every class derives from some interface
I am using Typemock for some of my unit tests.I have mocked static class Widget.I want to mock the return of Widget.GetPrice(123) to return value A.
Using VS 2010, NUnit, Typemock, Entity Framework... I am having a bit of an odd problem using NUnit/Typemock.I am relative new to the testing world so it could be a beginners mistake.This is the prob
I have a unit test (using typemock 5.4.5.0) that is testing a creation service.The creation service is passed in a validation service in its constructor.The validation service returns an object that h
We are migrating from MOQ to Typemock. In MOQ we\'ve a functionality of getting a proxy class from the interface, we want to achieve the same from typemock. Actually our requirement is something like
I found a strange behavior using typemock for unit testing- internal class MyClass { public static int foo(int param)
I am looking for a way to \'detour\' a single item in a configuration file with Moles. I can do this:
Please check out this code: public UserRepository GetUserRepositoryMock() { // mock all UserRepository instances.
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
Is there 开发者_开发问答any F/OSS alternative of Typemock Isolator .NET?Disclaimer: I work at Typemock