Closed warnyul closed 6 months ago
The recent updates across various Kotlin files in the Robolectric extension primarily involve renaming specific extension functions to more accurately describe their functionality concerning inner and nested classes. This includes changes from isNested
to isNonStaticInnerClass
and from isNestedTest
to isJUnit5NestedTest
, enhancing clarity and semantic correctness in the codebase.
Files | Change Summary |
---|---|
.../internal/RobolectricClassLoaderFactory.kt .../internal/extensions/ClassExtensions.kt .../internal/validation/TestClassValidator.kt |
Renamed isNested to isNonStaticInnerClass and isNestedTest to isJUnit5NestedTest . Updated usage in related functions and logic. |
.../internal/plugins/*.kt |
Updated import and method calls from isNested to isNonStaticInnerClass across various configurer classes. |
🐇✨ In the land of code and classes nested,
A little rabbit hopped and tested.
FromisNested
toisNonStaticInner
,
Clearer names make understanding winner.
Hop, hop, cheer, for changes so grand,
In the glow of the moon, on soft sand. 🌙🏖️
🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Total Project Coverage | 66.82% | :white_check_mark: |
---|
Total Project Coverage | 83.62% | :white_check_mark: |
---|
Summary by CodeRabbit