I have recently installed IntelliJ IDEA 13.1.4 and the jRebel plugin. I have licensed it ok and created and added configurations in catalina.bat file.
catalina.bat
When
When I used the IntelliJ 'Create Test' feature, my test classes were automatically created as private.
When I manually changed my test classes to public, my test classes were found.
Source