0

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?

Sergey
  • 133
  • 1
  • 8

1 Answers1

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