I am unit testing and have a base testclass that include a testmethode that should be inherited by the implementing testclass.
if the base test class is in the same project as the inheriting class the base testmethode is recognized and executed correctly (since resharper 6.1). if the base test class is in a separate assembly, then the test is ignored (resharper test runner).
the ms test runner even does not find the test.
Can someone explain this behaviour or is it kind of a bug?