Hi guys,
I'm pleased to say that JustMock is the only mocking framework I've actually got to work with Win8 Store/"Metro" projects
However, whenever there is a problem, instead of a detailed error I get:
and so on. It doesn't matter what the error actually is
I've got the sample Just Mock projects working fine, and I can generally debug to work out what the actual problem/test failure is
what do you reckon?
I'm pleased to say that JustMock is the only mocking framework I've actually got to work with Win8 Store/"Metro" projects
However, whenever there is a problem, instead of a detailed error I get:
Test method Win8Proto.Tests.WhenUserIsNotAuthenticated.ThenTryParseOAuthCallbackUrlIsCalled threw exception: <br>System.Resources.MissingManifestResourceException:
Unable to load resources for resource file "Telerik.JustMock.Messages" in package "97A458C7-A0AA-4BC7-B8FA-D9F82394A7BE".<br>
at System.Resources.ResourceManager.GetString(String name, CultureInfo culture)<br> at Telerik.JustMock.Messages.get_ExpectedCallIsNeverInvoked()<br>
at Telerik.JustMock.MockAssertion.AssertValidator.ValidateExpectations(MethodInstance methodInstance, Int32 numberofTimeExecuted)<br>
at Telerik.JustMock.MockAssertion.AssertValidator.ToExceptionString(MethodInstance methodInstance)<br>
at Telerik.JustMock.MockAssertion.AssertValidator.Validate()<br> at Telerik.JustMock.MockAssertion.Assert(MethodInstance instance, Filter filter)<br>
at Telerik.JustMock.Mock.AssertInternal(Occurs occurs)<br> at Telerik.JustMock.Helpers.FluentHelper.<>c__DisplayClass7`2.<Assert>b__6(MockContext`1 x)<br>
at Telerik.JustMock.MockContext.Setup(Instruction instruction, Action`1 action)<br> at Telerik.JustMock.Helpers.FluentHelper.Assert(T obj, Expression`1 expression, Occurs occurs)<br>
at Telerik.JustMock.Helpers.FluentHelper.Assert(T obj, Expression`1 action)<br> at Win8Proto.Tests.WhenUserIsNotAuthenticated.ThenTryParseOAuthCallbackUrlIsCalled() in WithMockFacebookClient.cs: line 104<br>
<div></div>and so on. It doesn't matter what the error actually is
I've got the sample Just Mock projects working fine, and I can generally debug to work out what the actual problem/test failure is
what do you reckon?