intellij-sdk-code-samples/tutorials/writing_tests_for_plugins.md
Anna Bulenkova 33472c3e98 broken links
2015-06-09 12:10:40 +02:00

1.1 KiB

layout title
editable 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.