intellij-sdk-code-samples/tutorials/writing_tests_for_plugins.md
breandan considine 7b75f3ad99 Replaced internal .html links with .md extension
Find: (\([^:\)]+\.)html\)

Replace: $1md\)
2015-08-06 19:38:31 -04:00

1.0 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.