I have two packages in my project: odp.proj and odp.proj.test. There are certain methods that I want to be visible only to the classes in these two
odp.proj
odp.proj.test
When I do this in IntelliJ, my source tree looks like this:
src // source root - odp - proj // .java source here - test // test root - odp - proj // JUnit or TestNG source here