Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 1baae93

Browse files
committed
テスト名の修正
ついでにdisplaynameの修正
1 parent ac2e75b commit 1baae93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/kotlin/com/mapk/kmapper/PropertyNameConverterTest.kt renamed to src/test/kotlin/com/mapk/kmapper/ParameterNameConverterTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import org.junit.jupiter.api.Test
77

88
private class CamelCaseDst(val camelCase: String)
99

10-
@DisplayName("プロパティ名変換のテスト")
11-
class PropertyNameConverterTest {
10+
@DisplayName("パラメータ名変換のテスト")
11+
class ParameterNameConverterTest {
1212
@Test
1313
@DisplayName("スネークケースsrc -> キャメルケースdst")
1414
fun test() {

0 commit comments

Comments
 (0)