Posts tagged 'nunitforms'

NUnitForms GenericControlTester

In a Windows forms test project using NUnitForms, I was trying to test some DevExpress controls, so I came up with the GenericControlTester for this. It can test any control as long as it inherits System.Windows.Forms.Control. using System . Windows . Forms ; using NUnit . Extensions . Forms ; public...

Continue reading "NUnitForms GenericControlTester"