Kotlin IDEA test framework library
Answered
I want to use classes from kotlin/idea/idea-test-framework module (for example: KotlinLightCodeInsightFixtureTestCase).
Is this module published as library? What is the recommended way of using this classes in my code base?
Please sign in to leave a comment.
No, it's not published anywhere, and we have no plans to maintain this as a library intended to use in projects other than Kotlin itself. If you want to use this code in your project, feel free to copy the classes into your own codebase.
I tried to copy the necessary classes but I stopped when I saw that I have to copy hundreds of files from different locations. It would be really nice to have a packaged lib for that purpose.