11

Documentation on Intellij plugin development is scarce. If you have written any Intellij plugin, how did you write tests for plugin? Any pointer to documentation or source code is appreciated.

Gareth Davis
  • 27,701
  • 12
  • 73
  • 106
Journeyman Programmer
  • 1,346
  • 1
  • 9
  • 15

2 Answers2

6

Here is some good documentation on the topic: https://confluence.jetbrains.com/display/IDEADEV/Testing+IntelliJ+IDEA+Plugins

Daniel Kaplan
  • 62,768
  • 50
  • 234
  • 356
6

Plugins from Community edition (source available on github) contain plenty of tests as examples.

om-nom-nom
  • 62,329
  • 13
  • 183
  • 228
Yann Cébron
  • 2,042
  • 1
  • 17
  • 14