[simple language] completion_test.md: note CodeInsightTestFixture.testCompletionVariants

This commit is contained in:
Yann Cébron 2021-04-27 11:24:18 +02:00
parent 371b1f5036
commit 6c9baf06ce

View File

@ -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
Run the test by: Run the test by:
* Opening the **Gradle** Tool Window. * Opening the **Gradle** Tool Window.