From a2c31cbf6c0bb7eebdbd72dfa1c49bef8d49b93d Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Tue, 24 Mar 2015 09:07:15 +0100 Subject: [PATCH] [site] "Writing Tests For Plugins" tutorial stub --- _SUMMARY.md | 1 + tutorials.md | 3 ++- writing_tests_for_plugins.md | 9 +++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 writing_tests_for_plugins.md 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 }}