NUnit Timed Tests

added by BlackWasp
5/31/2011 4:21:22 AM

207 Views

Sometimes, when performing automated testing, it is necessary to ensure that a test is completed within a given period of time. NUnit helps this type of testing with attributes that fail tests that run for longer than a specified duration.


0 comments