diff --git a/topics/tutorials/writing_tests_for_plugins/completion_test.md b/topics/tutorials/writing_tests_for_plugins/completion_test.md index 767d144a3..5eb7d7a01 100644 --- a/topics/tutorials/writing_tests_for_plugins/completion_test.md +++ b/topics/tutorials/writing_tests_for_plugins/completion_test.md @@ -46,6 +46,8 @@ public class SimpleCodeInsightTest extends LightJavaCodeInsightFixtureTestCase { } ``` +A number of related methods exist in `CodeInsightTestFixture` for testing completion and lookup elements, e.g., when testing completion variants and requiring only one testdata file `CodeInsightTestFixture.testCompletionVariants()`. + ## Run the Test Run the test by: * Opening the **Gradle** Tool Window.