You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Rhino.Mocks
I know that mocking has been impossible on Windows Phone systems
because of the lack of support for the System.Reflection.Emit
namespace. Microsoft added support for this namespace with WP OS 7.1
(Mango), but I've had trouble finding any updated information since
that release.
Does the team have any plans to support Windows Phone or are there
still remaining issues which make it unrealistic? Are there particular
missing features that we can try to push Microsoft for in future
updates to make mocking on WP a reality?
belgaard
unread,
Sep 7, 2012, 9:53:03 AM9/7/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rhino...@googlegroups.com
We are quite a few WP geeks that would like to use Rhino on our apps.
Even if it is only on Windows Phone 8, it would be really useful.
/Brian
belgaard
unread,
Sep 9, 2012, 7:35:41 AM9/9/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rhino...@googlegroups.com
Now that I think of it, I actually did use Rhino with one WP7 project.
The trick is not to put the unit tests in a WP7 project, but in an ordinary .NET project.
VS might complain a bit, but so far it seems to Work.