mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
integration_tests_api.md: Fix hash in a link
This commit is contained in:
parent
f9d83e3548
commit
863654eac2
@ -84,7 +84,7 @@ class PluginProjectService {
|
|||||||
data class Storage(val key: String, val attributes: List<String>)
|
data class Storage(val key: String, val attributes: List<String>)
|
||||||
```
|
```
|
||||||
|
|
||||||
This file contains one class with the static method `getPluginStorage`, and two [light services](plugin_services.md#light_services) – one application-level `PluginService` and one project-level `PluginProjectService`.
|
This file contains one class with the static method `getPluginStorage`, and two [light services](plugin_services.md#light-services) – one application-level `PluginService` and one project-level `PluginProjectService`.
|
||||||
|
|
||||||
The test needs to call the methods of these classes and verify their return values.
|
The test needs to call the methods of these classes and verify their return values.
|
||||||
To do this, the following stubs have to be created:
|
To do this, the following stubs have to be created:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user