This commit is contained in:
Anna Bulenkova 2015-06-15 10:11:02 +02:00
parent 503015c974
commit 2af756d8aa
10 changed files with 30 additions and 30 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)