Naming Convention For Test Packages

src/main/java
    com.hello.world
        helloWorld.java
src/test/java
    com.hello.world
        helloWorldTest.java

You want to name as following because sometimes you want to test protected function