Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to test a intellij plugin [closed]

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.

like image 753
Journeyman Programmer Avatar asked May 30 '09 00:05

Journeyman Programmer


People also ask

How do I check my IntelliJ Plugins?

Press Ctrl+Alt+S to open the IDE settings and select Plugins.


2 Answers

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

like image 154
Yann Cébron Avatar answered Oct 06 '22 00:10

Yann Cébron


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

like image 23
Daniel Kaplan Avatar answered Oct 05 '22 23:10

Daniel Kaplan