vote up 7 vote down star

If you want to create a custom attribute for MS test (say [Repeat(3)] how would you do that?

flag

3 Answers

vote up 0 vote down

Roy, If you are using Typemock Isolator, you can use the AOP Decorator to extend any test framework.

link|flag
I'm looking for built in extensibility mechanism, not an external work around. thanks :) – RoyOsherove Sep 23 '08 at 5:00
vote up 3 vote down

I don't think you will like the answer: there is no supported way. However, there is a codeplex project MSTestExtensions implementing a work around and a blog post about how MSTestExtensions works. (Using ContextBoundObject)

link|flag
I don't think that is correct, since MS has documentation that allows such extensibility (though it sucks..) msdn.microsoft.com/en-us/library/… Roy – RoyOsherove Sep 22 '08 at 18:15
vote up 0 vote down check

looking more, here is one possible place to start: Peli's blog

I'm still looking for other good resources or examples.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.