test_project_and_testdata_directories.md: update link to Testing FAQ

This commit is contained in:
Yann Cébron 2022-03-01 17:00:02 +01:00
parent 8b83e212dc
commit 25f84c7e6c

View File

@ -12,7 +12,7 @@ The test project files exist either in a temporary directory or in an in-memory
> If you get an unexpected error after a series of successful runs, **try rerunning the test**, and if that doesn't help, **delete the "system" subdirectory** in your [sandbox directory](ide_development_instance.md#the-development-instance-sandbox-directory).
>
{type="warning"}
## Testdata Files
In your plugin, you usually store the test data for your tests (such as files on which plugin features will be executed and expected output files) in the <path>testdata</path> directory.
@ -28,7 +28,7 @@ The default implementation assumes running as part of the IntelliJ Platform sour
>
{type="note"}
> If your plugin builds on top of Java support, please see [Tests Prerequisites](tests_prerequisites.md) to set up your test environment to obtain the required _Mock JDK_ automatically.
> If your plugin builds on top of Java support, please see [](testing_faq.md#how-to-test-a-jvm-language) to set up your test environment to obtain the required _Mock JDK_ automatically.
>
{type="note"}
@ -52,4 +52,4 @@ When a file is opened in the in-memory editor, special markup in the file conten
You can use one of the following markers:
* `<caret>` specifies the position where the caret should be placed.
* `<selection>` and `</selection>` specify the start and end of the selected text range.
* `<block>` and `</block>` specify the column selection's start and end points.
* `<block>` and `</block>` specify the column selection's start and end points.