Inherited tests get ignored
Having interfaces as boundaries, I create abstract test classes (nUnit) that any implementing class needs to pass. Unfortunately, it seems that TeamCity simply ignores them all. Is there a way around this?
What i basically want is:
- Dont include tests defined in an abstract class
- Run tests from any non-abstract class that may get its tests through inheritance.
Thanks.
-Guido
Please sign in to leave a comment.
Has anyone else experimented with inherited tests?
Just a note: also posted as an issue: http://jetbrains.net/tracker/issue2/TW-7726