You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(rust): add RustTestContextProvider and update WriteTestService
This commit adds a new file `RustTestContextProvider.kt` in the `rust` package. The `RustTestContextProvider` class extends the `WriteTestService` class and overrides several methods. It provides implementation for the `runConfigurationClass` method, which returns the run configuration class for the project. It also implements the `isApplicable` method to check if the given element is of `RsLanguage`.
The commit also modifies the `WriteTestService.kt` file by adding documentation comments for the `runConfigurationClass`, `findOrCreateTestFile`, and `lookupRelevantClass` methods. These comments provide detailed explanations of the purpose and usage of these methods.
0 commit comments