I think there was a statement that internal would ...
# announcements
a
I think there was a statement that internal would allow test access in the future, or that it was supposed to, but I have never seen it work. I like internal, other than for lack of test access. Another way they could change this would be to have a modifier or annotation on test classes that allows access. @TestAccesss(ClassUnderTesting) then you are treated as in the same module.