mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
[site] "Writing Tests For Plugins" tutorial stub
This commit is contained in:
parent
ec05c62e2c
commit
a2c31cbf6c
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
@ -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)
|
9
writing_tests_for_plugins.md
Normal file
9
writing_tests_for_plugins.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
title: Writing Tests For Plugins
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
INITIAL_SOURCE https://confluence.jetbrains.com/display/IntelliJIDEA/Writing+Tests+for+Plugins
|
||||||
|
-->
|
||||||
|
|
||||||
|
# {{ page.title }}
|
Loading…
x
Reference in New Issue
Block a user