.net - Timeout per unit-test class supported? -


in nunit can add [timeout(5000)] attribute at testfixture (test class) level specify upper limit each test method in class.

in xunit, know can similar, @ test method level: [fact(timeout=5000)].

my question is: can apply timeout @ test class level xunit ?

this may not answer see worth ...

the recommendation here create own replacement factattribute derives factattribute , sets default values want (like timeout).

reference: http://xunit.codeplex.com/workitem/9727


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -