Forum member
emargee
2 posts
Posts by emargee
-
NCrunch 1.41b + TypeMock Isolator V7.1.1.0 -> Faking DateTime fails
Hi Remco, thanks for getting back to me .. The exception is a TypMock one : [code=plain] SetUp : TypeMock.TypeMockException : *** No method calls found in recording block. Please check: * Are you trying to fake a field instead of a property? * Are you are trying to fake an unsupported m…
12 Oct 2012 15:38 UTC
-
NCrunch 1.41b + TypeMock Isolator V7.1.1.0 -> Faking DateTime fails
[b]Edit: Sorry, this got created in the wrong forum .. please move this if possible![/b] I ran into a bug using NCrunch in VS2012 with TypeMock Isolator v7.1.1.0 [code=csharp] [Test] public void DateReturnsCorrectly() { var testDate = new DateTime(2000, 1, 1); Isolate.WhenCalled((…
10 Oct 2012 11:54 UTC