(Re-)Enable tests for protected methods
Brought to you by:
sgemkow
If the TestCases and TestSuites are written to the
same package (the option -subpackage is not used)
there should be an option to enable tests for classes
and methods with visibilitys "package" and "protected".
Note: This was enabled before the -subpackage
option was introduced. Since it was never used until
then (and JUnitDoclet did not have many users) it
was removed for simplicity. Now the users want it.
If you can't wait, please derive your own TestingStrategy
from DefaultTestingStrategy and overwrite
isTestableClass and isTestableMethod.