I'm trying to do a little Test-First development, and I'm trying to verify that my classes are marked with an attribute:
[SubControllerActionToViewDataAttribute] public class ScheduleController : Controller
How do I assign a unit test to this class class?
c # unit-testing attributes
JoshRivers Aug 04 '09 at 7:44 2009-08-04 07:44
source share