Example code - MyToolWindowFactory tool window basic implementation

This commit is contained in:
Jakub Chrzanowski
2023-03-03 17:15:42 +01:00
committed by Jakub Chrzanowski
parent 5bda710503
commit f686654cbb
6 changed files with 58 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ class MyPluginTest : BasePlatformTestCase() {
fun testProjectService() {
val projectService = project.service<MyProjectService>()
assertEquals(4, projectService.getRandomNumber())
assertNotSame(projectService.getRandomNumber(), projectService.getRandomNumber())
}
override fun getTestDataPath() = "src/test/testData/rename"