mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
api_notable_list_2024.md: Add information about renaming performance test class/methods
This commit is contained in:
parent
2c72212105
commit
388ee8d47d
@ -18,6 +18,11 @@ Dumb-aware "Highlight Usages"
|
||||
`ParsingTestCase`: stable PSI check
|
||||
: [`ParsingTestCase`](%gh-ic%/platform/testFramework/src/com/intellij/testFramework/ParsingTestCase.java) verifies that reparsing causes no changes (Parser bug).
|
||||
|
||||
Performance test classes and methods renamed to Benchmark
|
||||
:
|
||||
- [`PerformanceTestInfo`](%gh-ic%/platform/testFramework/src/com/intellij/testFramework/PerformanceTestInfo.java) has been renamed to [`BenchmarkTestInfo`](%gh-ic-master%/platform/testFramework/src/com/intellij/testFramework/BenchmarkTestInfo.java)
|
||||
- [`PlatformTestUtil.newPerformanceTest*()`](%gh-ic%/platform/testFramework/src/com/intellij/testFramework/PlatformTestUtil.java) methods have been renamed to [`PlatformTestUtil.newBenchmark*()`](%gh-ic-master%/platform/testFramework/src/com/intellij/testFramework/PlatformTestUtil.java)
|
||||
|
||||
### IntelliJ IDEA 2024.3
|
||||
|
||||
Unbundled _Swing UI Designer_ Plugin
|
||||
|
Loading…
x
Reference in New Issue
Block a user