Commit e381732
authored
test: create basic test class for IntelliJ Scala plugin
A simple test class named `TestTest` was created in the `org.jetbrains.plugins.scala` package, satisfying the minimal "test" requirement for the IntelliJ Scala plugin repository. It extends `SimpleTestCase` and includes a single method that always passes. Although the test was structured correctly according to project conventions, it could not be executed within the current environment.1 parent bc66fa3 commit e381732
1 file changed
Lines changed: 17 additions & 0 deletions
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments