Georgii Ustinov
3a961fdccd
[Java. Refactorings] Extract common base for test methods
...
IDEA-351758
GitOrigin-RevId: 3732c0bac541df2ae4d9a8fc103b0b9b625ed30d
2024-05-03 14:51:35 +00:00
Alexey Kudravtsev
bea50636b2
notnull, cleanup
...
GitOrigin-RevId: 04cf8a716196d0c05031edc810a44bb5e1a19e38
2024-04-18 15:28:24 +00:00
Bart van Helvert
c856f5fe2c
[junit] Migrate JUnit reference contributor tests to JVM test
...
#IDEA-349194 Fixed
GitOrigin-RevId: 70fe2fbaef0e37234d846171338974185f8031cc
2024-04-09 14:27:15 +00:00
Maksim Sasnouski
9e9e546fe0
[junit] IDEA-349194 Add tests for EnumSource go to
...
closes https://github.com/JetBrains/intellij-community/pull/2710
GitOrigin-RevId: 13034a60972e73fd3986bd68a954ab58100584be
2024-04-09 14:27:11 +00:00
Bart van Helvert
f896419d92
[jvm] Split JUnit usage provider per framework
...
Will allow for disabling them individually. #IDEA-346510 Fixed
GitOrigin-RevId: 7b879111b92f38a7a55166d67d657520c6d9314d
2024-03-12 01:13:37 +00:00
Alexey Kudravtsev
f1e24160d2
inline unnecessary method
...
GitOrigin-RevId: c56e8aca9d91d50f2d6c67a95c70eea5f27d9fa6
2024-02-25 04:22:23 +01:00
Alexey Kudravtsev
dfc5db43aa
optimization: filter inspection by language more correct in tests
...
Provide correct EP for inspection tools even with inconsistent tool.getShortName() and shortName="" in plugin.xml.
That allows obtaining correct tool.getLanguage(), and avoid running irrelevant inspections.
E.g. CheckDtdRef inspection doesn't run in java-only tests anymore.
GitOrigin-RevId: 188e9d55686ca084611c5c89cb899874dd078010
2024-02-25 04:22:20 +01:00
Bart van Helvert
ebd72b26b4
[jvm] Add documentation JVM test API
...
GitOrigin-RevId: a05f30bea33866ef770cc6db081c7ec7426fd083
2024-02-12 14:16:23 +00:00
Bart van Helvert
271d362d14
[junit] Move Java JUnit inspections into JUnit plugin
...
#IDEA-341929 Fixed
GitOrigin-RevId: 7dd42203f64380382b3d39c77a409fe652b09941
2023-12-28 23:17:28 +00:00
Bart van Helvert
58298dd53c
[jvm] Move JUnit inspections into JUnit plugin
...
#IDEA-334017 Fixed
GitOrigin-RevId: 919fb236aeb44c192944eae2bae8da621e5a0e74
2023-12-13 03:15:25 +00:00
Bart van Helvert
d78141974f
[jvm] Support go to related symbol for method source
...
#IDEA-325969 Fixed
GitOrigin-RevId: 7ae47a6e558b484cf397c7192abf66dc6eebdf22
2023-11-07 20:10:45 +00:00
Bart van Helvert
86a30d35a5
[jvm] Clean up CallChainReplacementInfo API
...
GitOrigin-RevId: 209a492001b6a7872b2ed1b57da57daa3e7ee184
2023-10-27 15:50:03 +00:00
Bart van Helvert
8377ae5413
[jvm] Move Java SDK tests out of JvmInspectionTestBase
...
GitOrigin-RevId: 0cf4fd08f7a564f3813ad3cd98f8f7d9720afa41
2023-10-23 09:34:05 +00:00
Bart van Helvert
4845f7164a
[jvm] Migrate JVM inspection tests to JDK 21 language and SDK
...
GitOrigin-RevId: 477fad876b95025bb48419f2510d597da6dbc9bd
2023-10-06 21:56:09 +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