intellij-sdk-code-samples/tutorials/writing_tests_for_plugins.md
2015-08-06 17:38:04 +01:00

1.1 KiB

title
Writing Tests For Plugins

In this tutorial you will learn how to write and run automated tests for your plugin.

As an example we will take the plugin implemented in the Custom Language Support and cover its code with functional tests.

The final code can be found on GitHub.