mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
IJSDK-48
This commit is contained in:
parent
503015c974
commit
2af756d8aa
@ -4,9 +4,9 @@ title: 4. Annotator Test
|
||||
---
|
||||
|
||||
In this test we will check if the annotator, implemented in the
|
||||
[Annotator](annotator.html) section
|
||||
[Annotator](../custom_language_support/annotator.html) section
|
||||
of the
|
||||
[Custom Language Support Tutorial](cls_tutorial.html)
|
||||
[Custom Language Support Tutorial](../custom_language_support_tutorial.html)
|
||||
works as we expect.
|
||||
|
||||
### 4.1. Define test data
|
||||
@ -37,7 +37,7 @@ Run the test and make sure it's green.
|
||||
|
||||
-----
|
||||
|
||||
[Previous](tutorials/writing_tests_for_plugins/completion_test.html)
|
||||
[Top](tutorials/writing_tests_for_plugins.html)
|
||||
[Next](tutorials/writing_tests_for_plugins/formatter_test.html)
|
||||
[Previous](completion_test.html)
|
||||
[Top](../writing_tests_for_plugins.html)
|
||||
[Next](formatter_test.html)
|
||||
|
||||
|
@ -28,8 +28,8 @@ Run the test and make sure it's green.
|
||||
|
||||
-----
|
||||
|
||||
[Previous](tutorials/writing_tests_for_plugins/find_usages_test.html)
|
||||
[Top](tutorials/writing_tests_for_plugins.html)
|
||||
[Next](tutorials/writing_tests_for_plugins/reference_test.html)
|
||||
[Previous](find_usages_test.html)
|
||||
[Top](../writing_tests_for_plugins.html)
|
||||
[Next](reference_test.html)
|
||||
|
||||
|
||||
|
@ -73,7 +73,7 @@ Run the test and make sure it's green.
|
||||
|
||||
-----
|
||||
|
||||
[Previous](tutorials/writing_tests_for_plugins/parsing_test.html)
|
||||
[Top](tutorials/writing_tests_for_plugins.html)
|
||||
[Next](tutorials/writing_tests_for_plugins/annotator_test.html)
|
||||
[Previous](parsing_test.html)
|
||||
[Top](../writing_tests_for_plugins.html)
|
||||
[Next](annotator_test.html)
|
||||
|
||||
|
@ -54,6 +54,6 @@ Run the test and make sure it's green.
|
||||
|
||||
-----
|
||||
|
||||
[Previous](tutorials/writing_tests_for_plugins/folding_test.html)
|
||||
[Top](tutorials/writing_tests_for_plugins.html)
|
||||
[Next](tutorials/writing_tests_for_plugins/commenter_test.html)
|
||||
[Previous](folding_test.html)
|
||||
[Top](../writing_tests_for_plugins.html)
|
||||
[Next](commenter_test.html)
|
||||
|
@ -36,6 +36,6 @@ Run the test and make sure it's green.
|
||||
|
||||
-----
|
||||
|
||||
[Previous](tutorials/writing_tests_for_plugins/rename_test.html)
|
||||
[Top](tutorials/writing_tests_for_plugins.html)
|
||||
[Next](tutorials/writing_tests_for_plugins/find_usages_test.html)
|
||||
[Previous](rename_test.html)
|
||||
[Top](../writing_tests_for_plugins.html)
|
||||
[Next](find_usages_test.html)
|
||||
|
@ -51,6 +51,6 @@ Run the test and make sure it's green.
|
||||
|
||||
-----
|
||||
|
||||
[Previous](tutorials/writing_tests_for_plugins/annotator_test.html)
|
||||
[Top](tutorials/writing_tests_for_plugins.html)
|
||||
[Next](tutorials/writing_tests_for_plugins/rename_test.html)
|
||||
[Previous](annotator_test.html)
|
||||
[Top](../writing_tests_for_plugins.html)
|
||||
[Next](rename_test.html)
|
@ -133,7 +133,7 @@ Run the test and make sure it's green.
|
||||
|
||||
-----
|
||||
|
||||
[Previous](tutorials/writing_tests_for_plugins/tests_prerequisites.html)
|
||||
[Top](tutorials/writing_tests_for_plugins.html)
|
||||
[Next](tutorials/writing_tests_for_plugins/completion_test.html)
|
||||
[Previous](tests_prerequisites.html)
|
||||
[Top](../writing_tests_for_plugins.html)
|
||||
[Next](completion_test.html)
|
||||
|
||||
|
@ -38,8 +38,8 @@ Run the test and make sure it's green.
|
||||
|
||||
-----
|
||||
|
||||
[Previous](tutorials/writing_tests_for_plugins/commenter_test.html)
|
||||
[Top](tutorials/writing_tests_for_plugins.html)
|
||||
[Previous](commenter_test.html)
|
||||
[Top](../writing_tests_for_plugins.html)
|
||||
|
||||
|
||||
|
||||
|
@ -73,8 +73,8 @@ public void testRename() {
|
||||
|
||||
Run the test and make sure it's green.
|
||||
|
||||
[Previous](tutorials/writing_tests_for_plugins/formatter_test.html)
|
||||
[Top](tutorials/writing_tests_for_plugins.html)
|
||||
[Next](tutorials/writing_tests_for_plugins/folding_test.html)
|
||||
[Previous](formatter_test.html)
|
||||
[Top](../writing_tests_for_plugins.html)
|
||||
[Next](folding_test.html)
|
||||
|
||||
|
||||
|
@ -32,7 +32,7 @@ All we need to do is to point the working directory of the run configuration to
|
||||
> will use relative path to the _source root_ of IntelliJ IDEA Community Edition.
|
||||
|
||||
-----
|
||||
[Top](tutorials/writing_tests_for_plugins.html)
|
||||
[Next](tutorials/writing_tests_for_plugins/parsing_test.html)
|
||||
[Top](../writing_tests_for_plugins.html)
|
||||
[Next](parsing_test.html)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user