If you want to create a custom attribute for MS test (say [Repeat(3)] how would you do that?
|
|
|
|
|
|
|
Roy, If you are using Typemock Isolator, you can use the AOP Decorator to extend any test framework. |
||
|
|
|
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) |
||
|
|
|
looking more, here is one possible place to start: Peli's blog I'm still looking for other good resources or examples. |
|||
|
|
