Intellij idea not compiles special classes when running test. Now I run the compilation manually via activator console. How can I customize the intellij idea to run automatically when start a compilation of test?
Asked
Active
Viewed 79 times
1 Answers
0
I'm not sure if I got you right but you can try to right click your test class and choose "Run [your_class]". It will compile the needed classes.

Olli Puljula
- 2,471
- 1
- 14
- 8
-
it does not work for me. Test classes are located in the test-classes not compiled, only classes – Sergey Sep 17 '14 at 10:01
-
What kind of project/directory structure you have? Is it a maven project? – Olli Puljula Sep 17 '14 at 13:34