mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
testing_plugins.md: more samples
This commit is contained in:
parent
9504b85961
commit
baa5f8d9fc
@ -30,13 +30,17 @@ It is fully integrated with Gradle-based setup via `runIdeForUiTests` task.
|
|||||||
Please do not use _platform/testGuiFramework_; it is reserved for internal use.
|
Please do not use _platform/testGuiFramework_; it is reserved for internal use.
|
||||||
|
|
||||||
## Topics
|
## Topics
|
||||||
|
|
||||||
|
> Check out [this step-by-step tutorial](writing_tests_for_plugins.md) teaching how to write and run automated tests for your custom language plugin.
|
||||||
|
> Also, code samples
|
||||||
|
> [comparing_references_inspection](https://github.com/JetBrains/intellij-sdk-docs/tree/main/code_samples/comparing_references_inspection)
|
||||||
|
> and [conditional_operator_intention](https://github.com/JetBrains/intellij-sdk-docs/tree/main/code_samples/conditional_operator_intention) demonstrate using tests.
|
||||||
|
>
|
||||||
|
{type="note"}
|
||||||
|
|
||||||
* [Tests and Fixtures](tests_and_fixtures.md)
|
* [Tests and Fixtures](tests_and_fixtures.md)
|
||||||
* [Light and Heavy Tests](light_and_heavy_tests.md)
|
* [Light and Heavy Tests](light_and_heavy_tests.md)
|
||||||
* [Test Project and Testdata Directories](test_project_and_testdata_directories.md)
|
* [Test Project and Testdata Directories](test_project_and_testdata_directories.md)
|
||||||
* [Writing Tests](writing_tests.md)
|
* [Writing Tests](writing_tests.md)
|
||||||
* [Testing Highlighting](testing_highlighting.md)
|
* [Testing Highlighting](testing_highlighting.md)
|
||||||
* [Testing FAQ](testing_faq.md)
|
* [Testing FAQ](testing_faq.md)
|
||||||
|
|
||||||
> Check out [this step-by-step tutorial](writing_tests_for_plugins.md) teaching how to write and run automated tests for your custom language plugin (source code included).
|
|
||||||
>
|
|
||||||
{type="tip"}
|
|
Loading…
x
Reference in New Issue
Block a user