Search Results

by jamie.dixon
Mon Jun 11, 2012 4:17 am
Forum: Phidgets
Topic: Introduce interfaces for Phidget classes in Java/C# libs
Replies: 2
Views: 20919

Re: Introduce interfaces for Phidget classes in Java/C# libs

Agreed - but with the new Mocking Framework in VS2012, I beleive you can mock against concrete, sealed, and other types of classes that were heretofore unmockable via MOQ or Rhino Mocks. In any event, using Interfaces is always a great idea. At a minimum you can make the concrete classes partial cla...