intellij-sdk-code-samples/tutorials/writing_tests_for_plugins.md
2019-12-03 12:44:44 +01:00

1.2 KiB

title
Writing Tests For Plugins

Note

Please see Testing Plugins for a general introduction.

In this tutorial you will learn how to write and run automated tests for a custom language 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 in the SamplePlugin repo on GitHub.