Commit Graph

4 Commits

Author SHA1 Message Date
Bart van Helvert
ba513a4d88 [jvm] Rename shared.testFramework to internal.TestFramework
To better highlight that this test framework is for internal usage only. #IDEA-334017

GitOrigin-RevId: c491de2411cdffd6eee3e97a6273982560572f4b
2023-10-11 23:39:50 +00:00
Bart van Helvert
79bce8459f [jvm] Split test framework into testBase and testFramework
Test bases should only be used in test from jvm-analysis module, the test framework can be shared in multiple modules.

GitOrigin-RevId: cbe47d864eb2c1f3f89189022d76333ed3fe3601
2023-10-06 15:10:52 +00:00
Nikolay Chashnikov
5dddf91069 [intellij project configuration] rename jvm.analysis.tests to jvm.analysis.testFramework
By convention, we use 'testFramework' suffix for modules containing common testing code in production source roots, and 'tests' suffix for modules containing actual tests only. Let's follow this convention in jvm.analysis for consistency and to simplify writing tests on project structure.

GitOrigin-RevId: 482a8d9f5a038b2261b03c09309f93233932ec04
2021-09-09 15:53:53 +00:00
Yaroslav Pankratyev
4a8f357bb9 Add jvm-analysis modules and related changes, move JvmLocalInspection to jvm-analysis-api, move UnstableApiUsageInspection to jvm-analysis-impl 2018-05-15 17:44:33 +07:00