Click here to Skip to main content
15,886,080 members

Comments by Kirk Wood (Top 2 by date)

Kirk Wood 31-Jan-11 21:14pm View    
Deleted
Perhaps you should rethink your testing strategy. The point of Unit testing is to test all exposed (public) members. If you can't write a test that covers the internal methods by testing the public methods (or properties), then your code needs to be re-worked.
Kirk Wood 31-Jan-11 21:10pm View    
Deleted
Reason for my vote of 1
IF you find yourself in this position, rethink your entire situation. Clearly your logic needs some work and perhaps you need to make use of polymorphism.