mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
[simple language] completion_test.md: note CodeInsightTestFixture.testCompletionVariants
This commit is contained in:
parent
371b1f5036
commit
6c9baf06ce
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user