diff --git a/_SUMMARY.md b/_SUMMARY.md index ab5d91bcf..86e27e0bf 100644 --- a/_SUMMARY.md +++ b/_SUMMARY.md @@ -63,6 +63,7 @@ * [Code Style Settings](code_style_settings.html) * [Commenter](commenter.html) * [Quick Fix](quick_fix.html) + * [Writing Tests For Plugins](writing_tests_for_plugins.html) * [Plugin Development FAQ](faq.html) diff --git a/tutorials.md b/tutorials.md index 8f2c98979..1595532cb 100644 --- a/tutorials.md +++ b/tutorials.md @@ -6,4 +6,5 @@ title: Tutorials This section contains a list of tutorials illustrating how different components of *IntelliJ IDEA SDK* can be used -[Custom Language Support](cls_tutorial.html) \ No newline at end of file +[Custom Language Support](cls_tutorial.html) +[Writing Tests For Plugins](writing_tests_for_plugins.html) \ No newline at end of file diff --git a/writing_tests_for_plugins.md b/writing_tests_for_plugins.md new file mode 100644 index 000000000..515608d82 --- /dev/null +++ b/writing_tests_for_plugins.md @@ -0,0 +1,9 @@ +--- +title: Writing Tests For Plugins +--- + + + +# {{ page.title }}