I have a package with AbstractTestCase
class that I'd like inherit from in all test classes that are in sub-packages, i.e. BaseDaoTestRunner
. (See image below)
Problem is that I cannot inherit from that class. I know it's some basic mistake, but I'll appreciate every help provided.
Is it because it's in test
and not classic src/main
?