[site] "Writing Tests For Plugins" tutorial stub

This commit is contained in:
Anna Bulenkova 2015-03-24 09:07:15 +01:00
parent ec05c62e2c
commit a2c31cbf6c
3 changed files with 12 additions and 1 deletions

View File

@ -63,6 +63,7 @@
* [Code Style Settings](code_style_settings.html) * [Code Style Settings](code_style_settings.html)
* [Commenter](commenter.html) * [Commenter](commenter.html)
* [Quick Fix](quick_fix.html) * [Quick Fix](quick_fix.html)
* [Writing Tests For Plugins](writing_tests_for_plugins.html)
* [Plugin Development FAQ](faq.html) * [Plugin Development FAQ](faq.html)

View File

@ -6,4 +6,5 @@ title: Tutorials
This section contains a list of tutorials illustrating how different components of *IntelliJ IDEA SDK* can be used This section contains a list of tutorials illustrating how different components of *IntelliJ IDEA SDK* can be used
[Custom Language Support](cls_tutorial.html) [Custom Language Support](cls_tutorial.html)
[Writing Tests For Plugins](writing_tests_for_plugins.html)

View File

@ -0,0 +1,9 @@
---
title: Writing Tests For Plugins
---
<!--
INITIAL_SOURCE https://confluence.jetbrains.com/display/IntelliJIDEA/Writing+Tests+for+Plugins
-->
# {{ page.title }}