We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
KPropertyUnitTest
1 parent 5966123 commit e45288dCopy full SHA for e45288d
core-kotlin-modules/core-kotlin-7/src/test/kotlin/com/baeldung/kproperty/KPropertyTest.kt renamed to core-kotlin-modules/core-kotlin-7/src/test/kotlin/com/baeldung/propertyname/PropertyNameUnitTest.kt
@@ -1,9 +1,9 @@
1
-package com.baeldung.kproperty
+package com.baeldung.propertyname
2
3
import org.junit.jupiter.api.Assertions
4
import org.junit.jupiter.api.Test
5
6
-class KPropertyTest {
+class PropertyNameUnitTest {
7
8
@Test
9
fun `can get property name of a class's property statically`() {
0 commit comments